We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5044a19 commit ba623fdCopy full SHA for ba623fd
packages/graphiql/src/components/GraphiQL.tsx
@@ -72,7 +72,7 @@ export type Maybe<T> = T | null | undefined;
72
export type FetcherParams = {
73
query: string;
74
operationName: string;
75
- variables?: string;
+ variables?: any;
76
};
77
78
export type FetcherOpts = {
0 commit comments