role
Graphql fields and variables for the role query
query role ($id: ID, $code: String, $format: String) {
role (id: $id, code: $code, format: $format) {
id
name
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
