import { findDangerousChanges } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/index.d.ts";
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>