Struct juniper::EmptyMutation[][src]

pub struct EmptyMutation<T: ?Sized = ()>(_);
Expand description

Utility type to define read-only schemas

If you instantiate RootNode with this as the mutation, no mutation will be generated for the schema.

Implementations

Construct a new empty mutation

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Returns name of this GraphQLType to expose. Read more

Returns MetaType representing this GraphQLType.

Context type for this GraphQLValue. Read more

Type that may carry additional schema information for this GraphQLValue. Read more

Returns name of the GraphQLType exposed by this GraphQLValue. Read more

Resolves the value of a single field on this GraphQLValue. Read more

Resolves this GraphQLValue (being an interface or an union) into a concrete downstream object type. Read more

Returns the concrete GraphQLType name for this GraphQLValue being an interface, an union or an object. Read more

Resolves the provided selection_set against this GraphQLValue. Read more

Resolves the value of a single field on this GraphQLValueAsync. Read more

Resolves this GraphQLValueAsync (being an interface or an union) into a concrete downstream object type. Read more

Resolves the provided selection_set against this GraphQLValueAsync. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.