mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
06f5e4fb77
https://github.com/hasura/graphql-engine-mono/pull/1715 GitOrigin-RevId: 4818292cff8c3a5b264968e7032887a1e98b6f79
15 lines
327 B
YAML
15 lines
327 B
YAML
description: When any one of the parent roles can access the action then the inherited role should also be able to access the action
|
|
url: /v1/graphql
|
|
status: 200
|
|
query:
|
|
query: |
|
|
mutation {
|
|
create_user (name: "alex", email: "alex@hasura.io") {
|
|
id
|
|
}
|
|
}
|
|
response:
|
|
data:
|
|
create_user:
|
|
id: 1
|