Skip to main content

doc (Directive)

Description

Add some documentation to the schema




directive @doc(
category: String = "Common"
description: String = ""
) on
| FIELD_DEFINITION
| ARGUMENT_DEFINITION
| INPUT_FIELD_DEFINITION
| ENUM_VALUE