Skip to main content

Crate armature_graphql

Crate armature_graphql 

Source

Re-exports§

pub use async_graphql;
pub use config::*;
pub use decorators::*;
pub use resolver::*;
pub use schema_builder::*;
pub use schema_docs::*;

Modules§

config
decorators
federation
Apollo Federation v2 Support
resolver
schema_builder
schema_docs

Macros§

merge_resolvers
Macro to merge multiple resolver objects into a single root
resolver

Structs§

EmptyMutation
Empty mutation
EmptySubscription
Empty subscription
Error
An error with a message and optional extensions.
GraphQLRequest
GraphQL request handling
GraphQLResponse
GraphQL response
GraphQLSchema
GraphQL schema wrapper
ID
ID scalar
Schema
GraphQL schema.
SchemaBuilder
Helper to build GraphQL schemas with DI integration

Functions§

graphiql_html
GraphiQL HTML (lighter alternative)
graphql_playground_html
GraphQL playground HTML

Type Aliases§

Context
Context object for resolve field
Result
An alias for Result<T, Error>.

Attribute Macros§

Object
Subscription

Derive Macros§

Enum
InputObject
MergedObject
MergedSubscription
SimpleObject
Union