File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
app/_kong_plugins/degraphql Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,9 @@ The following sections define some common patterns for DeGraphQL routes.
9292 Only include the custom portion of the path that you want to configure. For example: ` uri: /my-path ` , but not ` uri: /graphql/my-path ` .
9393> - The content in the ` query ` field should follow [ the GraphQL query syntax] ( https://graphql.org/learn/queries/ ) .
9494
95+ Creating a ` degraphql_route ` requires access to the ` /services/*/degraphql/routes ` endpoint.
96+ Because this endpoint does ** not** appear in Kong Manager by default, users with ** custom roles** must be explicitly granted permission to it.
97+
9598### GraphQL query variables on URIs
9699
97100GraphQL query variables can be applied on URIs.
You can’t perform that action at this time.
0 commit comments