Skip to main content

directive

printCodeDirective()​

function printCodeDirective(type, options?): string

Parameters​

β€’ type: GraphQLDirective

β€’ options?: PrintDirectiveOptions

Returns​

string

Defined in​

graphql/directive.ts:38


printDirectiveMetadata()​

function printDirectiveMetadata(type, options): string | MDXString

Parameters​

β€’ type: GraphQLDirective

β€’ options: PrintDirectiveOptions

Returns​

string | MDXString

Defined in​

graphql/directive.ts:27