import { GraphQL } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/graphql.ts";
const { findDangerousChanges } = GraphQL;
Given two schemas, returns an Array containing descriptions of all the types of potentially dangerous changes covered by the other functions down below.
Parameters
oldSchema: GraphQLSchema
newSchema: GraphQLSchema
Returns
Array<DangerousChange>