Type Alias: GraphQLQueryOptions<Result, Variables>
type GraphQLQueryOptions<Result, Variables> = object & Variables extends object ? object : object;
Type Declaration
| Name | Type |
|---|---|
query | GraphQLDocument<Result, Variables> |
operationName? | string |
extensions? | Record<string, unknown> |
Type Parameters
| Type Parameter | Default type |
|---|---|
Result | Record<string, unknown> |
Variables | Record<string, unknown> |