Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PossibleTypeExtensionsRule

Possible type extension

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

function PossibleTypeExtensionsRule(context: SDLValidationContext): ASTVisitor;
§
PossibleTypeExtensionsRule(context: SDLValidationContext): ASTVisitor
[src]

§Parameters

§
context: SDLValidationContext
[src]