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