Type alias GraphQlRequestPayloadParameters
GraphQlRequestPayloadParameters: {
gql: string;
operationName?: string;
variables?: {
[key: string]: string | number | null;
};
}
Type declaration
-
gql: string
-
Optional operationName?: string
-
Optional variables?: {
[key: string]: string | number | null;
}
-
[key: string]: string | number | null