Struct juniper::ID [] [src]

pub struct ID(_);

An ID as defined by the GraphQL specification

Represented as a string, but can be converted to from an integer as well.

Trait Implementations

impl<CtxT> GraphQLType<CtxT> for ID
[src]

The name of the GraphQL type to expose. Read more

The meta type representing this GraphQL type.

Resolve the provided selection set against the current object. Read more

Resolve the value of a single field on this type. Read more

Resolve this interface or union into a concrete type Read more

Return the concrete type name for this instance/union. Read more

impl ToInputValue for ID
[src]

Performs the conversion.

impl FromInputValue for ID
[src]

Performs the conversion.

impl IntoFieldResult<ID> for ID
[src]

Wrap self in a Result Read more