Skip to main content
function PossibleTypeExtensions
import { PossibleTypeExtensions } from "https://deno.land/x/graphql_deno@v15.0.0/lib/validation/rules/PossibleTypeExtensions.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