Crate libgraphql_core

Crate libgraphql_core 

Source

Modules§

ast
Things related to GraphQL syntax trees. Currently this is mostly re-exports of/wrappers around graphql_parser.
loc
Things related to file- and definition-locations (e.g. loc::FilePosition, loc::SourceLocation, etc).
operation
Things related to GraphQL operations (e.g. Query, QueryBuilder, Mutation, etc…).
schema
Things related to GraphQL schemas (e.g. Schema, SchemaBuilder, etc…)
types
Things related to GraphQL types which have been defined within some Schema.

Structs§

DirectiveAnnotation
Represents a directive annotation placed somewhere within a GraphQLType, Mutation, Query, or Subscription.
DirectiveAnnotationBuilder
ReadOnlyMap

Enums§

Value