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