Crate libgraphql

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::SchemaDefLocation, 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.
NamedRef
Represents a strongly-typed, String-named reference to a “resource” (TResource) stored within some other data-store (TSource) without holding an explicit reference to the data-store. De-referencing a NamedRef is done via NamedRef::deref() by providing an explicit reference to the TSource.

Enums§

Value