Struct juniper::SchemaType[][src]

pub struct SchemaType<'a, S> { /* fields omitted */ }
Expand description

Metadata for a schema

Implementations

Create a new schema.

Add a directive like skip or include.

Get a type by name.

Get a concrete type by name.

Get the query type from the schema.

Get the concrete query type from the schema.

Get the mutation type from the schema.

Get the concrete mutation type from the schema.

Get the subscription type.

Get the concrete subscription type.

Get a list of types.

Get a list of concrete types.

Make a type.

Get a list of directives.

Get directive by name.

Determine if there is an overlap between types.

A list of possible typeees for a given type.

If the abstract type is possible.

If the type is a subtype of another type.

If the type is a named subtype.

Trait Implementations

Formats the value using the given formatter. Read more

An arbitrary function without meaning. 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

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

Resolves this GraphQLValue (being an interface or an union) into a concrete downstream object type. 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

An arbitrary function without meaning. 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.

Perform 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.