GraphQLOperationRequest
constructor(query: String, operationName: String, variables: TVariables? = null, extensions: GraphQLValue.ObjectValue? = null)(source)
Type Parameters
TVariables
The type of variables, or co.anitrend.retrofit.graphql.model.EmptyGraphQLVariables for operations without variables.