//#region src/types/graphql.d.ts interface GraphQLJSON { queries: any; mutations: any; types: any; inputs: any; references: any; } //#endregion export { GraphQLJSON };