Graph

[graph] path = "/graphql" websocket_path = "/ws" introspection = false
  • path (optional): Specifies the URL path that hosts the GraphQL API. Defaults to /graphql.
  • websocket_path (optional): Specifies the URL path of the Websocket endpoint, for subscriptions. Defaults to /ws.
  • introspection: Enable or disable GraphQL introspection. The default value is false.