Trait async_graphql::ObjectType[][src]

pub trait ObjectType: ContainerType { }

A GraphQL object.

Implementations on Foreign Types

impl<'impl0, T: ObjectType> ObjectType for &'impl0 T[src]

Loading content...

Implementors

impl ObjectType for EmptyFields[src]

impl ObjectType for PageInfo[src]

impl ObjectType for EmptyMutation[src]

impl<C, T, E> ObjectType for Edge<C, T, E> where
    C: CursorType + Send + Sync,
    T: OutputType,
    E: ObjectType
[src]

impl<C, T, EC, EE> ObjectType for Connection<C, T, EC, EE> where
    C: CursorType + Send + Sync,
    T: OutputType,
    EC: ObjectType,
    EE: ObjectType
[src]

Loading content...