TGraphQLHttpOptions Class
Holds the options for GraphQL HTTP processing, used by the TGraphQLHttpHandler class.
Syntax
Unit: GraphQL.Http.Handler
TGraphQLHttpOptions = class(TPersistent);
Properties
| Name | Description |
|---|---|
| PlaygroundEnabled | Enables the GraphQL Playground to be provided at the server root URL. |
| PlaygroundOptions | Holds options for the GraphQL Playground interface. |