Struct graphql_client::GraphQLQueryBody[][src]

pub struct GraphQLQueryBody<Variables> where
    Variables: Serialize
{ pub variables: Variables, pub query: &'static str, }

Fields

Trait Implementations

impl<Variables: Debug> Debug for GraphQLQueryBody<Variables> where
    Variables: Serialize
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<Variables> Send for GraphQLQueryBody<Variables> where
    Variables: Send

impl<Variables> Sync for GraphQLQueryBody<Variables> where
    Variables: Sync