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