@@ -850,7 +850,6 @@ export type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?:
850
850
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K ]: Maybe < T [SubKey ]> } ;
851
851
import type { GraphQLClient } from 'graphql-request';
852
852
import type * as Dom from 'graphql-request/dist/types.dom';
853
- import type { GraphQLError } from 'graphql-request/dist/types';
854
853
import { print } from 'graphql'
855
854
import gql from 'graphql-tag';
856
855
/** All built-in and custom scalars, mapped to their actual values */
@@ -1135,7 +1134,6 @@ export type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?:
1135
1134
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K ]: Maybe < T [SubKey ]> } ;
1136
1135
import { GraphQLClient } from 'graphql-request';
1137
1136
import * as Dom from 'graphql-request/dist/types.dom';
1138
- import { GraphQLError } from 'graphql-request/dist/types';
1139
1137
import { print } from 'graphql'
1140
1138
import gql from 'graphql-tag';
1141
1139
/** All built-in and custom scalars, mapped to their actual values */
@@ -1420,7 +1418,6 @@ export type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?:
1420
1418
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K ]: Maybe < T [SubKey ]> } ;
1421
1419
import { GraphQLClient } from 'graphql-request';
1422
1420
import * as Dom from 'graphql-request/dist/types.dom';
1423
- import { GraphQLError } from 'graphql-request/dist/types';
1424
1421
import { print } from 'graphql'
1425
1422
import gql from 'graphql-tag';
1426
1423
/** All built-in and custom scalars, mapped to their actual values */
0 commit comments