UNPKG

@subsquid/apollo-server-core

Version:
4 lines 225 B
import type { GraphQLSchema } from 'graphql/type'; import type { SchemaHash } from 'apollo-server-types'; export declare function generateSchemaHash(schema: GraphQLSchema): SchemaHash; //# sourceMappingURL=schemaHash.d.ts.map