Expand description
Helper functions and impls for creating Shapes from apollo_compiler types.
Functionsยง
- namespace_
from_ schema - Computes a
Namespace<NotFinal>from a GraphQL&Schema, allowing for mutual type references and recursive self-references. - shape_
for_ arguments - shapes_
for_ schema - Get all the shapes for a GraphQL
Schema, keyed by their GraphQLName.