function PossibleTypeExtensionsRule
import { PossibleTypeExtensionsRule } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/validation/index.d.ts";

Possible type extension

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

Parameters

context: SDLValidationContext

Returns

ASTVisitor