Skip to main content

input

printInputMetadata()​

const printInputMetadata: (type, options) => string = printObjectMetadata;

Defined in: graphql/input.ts:5

Prints the complete metadata section for a GraphQL object type

Parameters​

type​

unknown

The GraphQL type object to process

options​

PrintTypeOptions

Printing options

Returns​

string

Markdown formatted string containing fields and interfaces metadata


printCodeInput()​

function printCodeInput(type, options): string

Defined in: graphql/input.ts:7

Parameters​

type​

unknown

options​

PrintTypeOptions

Returns​

string