import { assertValidSDLExtension } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/validation/validate.d.ts";
Utility function which asserts a SDL document is valid by throwing an error if it is invalid.
Parameters
documentAST: DocumentNode
schema: GraphQLSchema