# `graphql` Customize the behavior and appearance of integrated GraphQL documentation. Requires a GraphQL schema. ## Options | Option | Type | Description | | --- | --- | --- | | [menu](/docs/realm/config/graphql/menu) | object | Menu options. | | [samplesMaxInlineArgs](/docs/realm/config/graphql/samples-max-inline-args) | number | Maximum number of inline arguments for samples. | | [jsonSamplesDepth](/docs/realm/config/graphql/json-samples-depth) | number | Sets the default expand level for JSON payload samples. | | [fieldExpandLevel](/docs/realm/config/graphql/field-expand-level) | number | Maximum depth of the `Return type` in the middle panel. | | [feedback](/docs/realm/config/feedback) | [Feedback object](/docs/realm/config/feedback#options) | Hide or customize the type of or text included in the feedback form that displays at the end of each endpoint. | ## Resources - [GraphQL](https://graphql.org/) - [Add GraphQL documentation to your project](/docs/realm/content/api-docs/add-graphql-docs)