Skip to main content
function PossibleTypeExtensionsRule
import { PossibleTypeExtensionsRule } from "https://deno.land/x/graphql_deno@v15.0.0/lib/validation/rules/PossibleTypeExtensionsRule.d.ts";

Possible type extension

A type extension is only valid if the type is defined and has the same kind.