Struct xtask::set_generator::ChangeGenerator
source · struct ChangeGenerator;
Trait Implementations§
source§impl GraphQLQuery for ChangeGenerator
impl GraphQLQuery for ChangeGenerator
§type Variables = Variables
type Variables = Variables
The shape of the variables expected by the query. This should be a generated struct most of the time.
§type ResponseData = ResponseData
type ResponseData = ResponseData
The top-level shape of the response data (the
data
field in the GraphQL response). In practice this should be generated, since it is hard to write by hand without error.