role

Graphql fields and variables for the role query

Scope required: security:read

For a complete list of possible response fields see the Role type.

query role ($id: ID, $code: String, $format: String) {
  role (id: $id, code: $code, format: $format) {
    id
    name
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?