import { GraphQL } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/graphql.ts";
const { assertValidSchema } = GraphQL;
Utility function which asserts a schema is valid by throwing an error if it is invalid.
Parameters
schema: GraphQLSchema