import { GraphQL } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/graphql.ts";
const { isTypeSubTypeOf } = GraphQL;
Provided a type and a super type, return true if the first type is either equal or a subset of the second super type (covariant).