Struct juniper::EmptySubscription[][src]

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

Utillity type to define read-only schemas

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

Implementations

Construct a new empty subscription

Trait Implementations

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

Resolves into Value<ValuesStream>. Read more

This method is called by Self’s resolve_into_stream default implementation every time any field is found in selection set. Read more

This method is called by Self’s resolve_into_stream default implementation every time any fragment is found in selection set. 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

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.