We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca756b commit ad31645Copy full SHA for ad31645
apollo4.d.ts
@@ -1,6 +1,8 @@
1
-import {GraphQLSchema} from "graphql";
+import {DocumentNode, GraphQLSchema} from "graphql";
2
import {ApolloServerPlugin} from '@apollo/server';
3
4
-export const constraintDirectiveTypeDefs: string
+export const constraintDirectiveTypeDefs: string;
5
+
6
+export const constraintDirectiveTypeDefsGql: DocumentNode;
7
8
export function createApollo4QueryValidationPlugin ( options: { schema: GraphQLSchema } ) : ApolloServerPlugin;
0 commit comments