graphql-engine/server/tests-py/queries/actions/roles_inheritance/multiple_parents_inheritance.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
327 B
YAML
Raw Normal View History

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