API Reference graphql_query v#0.6.2
View SourceModules
GraphQL Query provides a library for validating, parsing, and formatting GraphQL queries and schemas
Struct representation of a GraphQL query or mutation.
Represents the structured information about a raw GraphQL document.
GraphQL document and schema formatting functionality.
Mix formatter plugin for GraphQL files and sigils.
Struct representation of a GraphQL fragment.
Represents information about a GraphQL fragment with its dependencies.
Represents a location in a GraphQL validation error.
Logger helper to differentiate between compile time and runtime warnings.
Options for the different macros in the GraphqlQuery module.
Represents information about a GraphQL mutation operation.
Native interface to Rust functions for GraphQL query validation and formatting.
Utilities for parsing and analyzing GraphQL query strings.
Represents information about a GraphQL query operation.
Behaviour and utilities for GraphQL schema management.
Utilities for extracting schema information from Absinthe schemas.
Utilities for managing remote GraphQL schemas.
HTTP client for fetching remote GraphQL schemas using Req.
Converts a GraphQL introspection query result into SDL (Schema Definition Language).
Raised when a remote schema's local file has not been downloaded yet.
Schema information passed to Rust NIFs for query/fragment validation.
Generates unique signatures for GraphQL documents and fragments.
Represents information about a GraphQL subscription with its dependencies.
Represents a validation error in a GraphQL query or schema.
Represents a validation warning returned from the Rust NIF layer.
GraphQL query and schema validation.
Mix Tasks
Checks whether locally stored schemas match their remote sources.
Fetches remote GraphQL schemas and saves them to the local filesystem.