youtube image
From YouTube: Schema Metadata: A Growing Need - Benjie Gillam, Graphile

Description

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools. Get Started Here: https://graphql.org/

Schema Metadata: A Growing Need - Benjie Gillam, Graphile
JW Marriott Austin, Room 402/403

Speakers: Benjie Gillam
GraphQL's introspection system is one of its key features, enabling much of the powerful tooling we use throughout the GraphQL ecosystem. However, currently the GraphQL specification doesn't give an official way to add custom metadata to schemas. From complex challenges such as federating schemas to simply indicating pagination limits, our needs for this metadata are growing. This talk will surface some of the use cases for schema metadata, look over some of the workarounds that are in use, and briefly explore some proposed solutions.