Struct xtask::set_generator::GetPackageVersionQuery
source · struct GetPackageVersionQuery;
Trait Implementations§
source§impl GraphQLQuery for GetPackageVersionQuery
impl GraphQLQuery for GetPackageVersionQuery
§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.