GraphQLRequest

constructor(query: String, operationName: String, variables: TVariables? = null, extensions: Map<String, Any?> = emptyMap())(source)

Type Parameters

TVariables

The type of variables, or EmptyGraphQLVariables for operations without variables.