|
@@ -1,7 +1,8 @@
|
|
|
-import { initGraphQLTada } from 'gql.tada';
|
|
|
|
|
import type { introspection } from './graphql-env.d.ts';
|
|
import type { introspection } from './graphql-env.d.ts';
|
|
|
|
|
+import { initGraphQLTada } from 'gql.tada';
|
|
|
|
|
|
|
|
export const graphql = initGraphQLTada<{
|
|
export const graphql = initGraphQLTada<{
|
|
|
|
|
+ disableMasking: true;
|
|
|
introspection: introspection;
|
|
introspection: introspection;
|
|
|
}>();
|
|
}>();
|
|
|
|
|
|