Graph

[graph] path = "/graphql" introspection = false
  • path: Specifies the URL path that hosts the GraphQL API. Defaults to /graphql.
  • introspection: Enable or disable GraphQL introspection. The default value is false.