Skip to main content

Role

No description

type Role {
id: ID!
name: String!
description: String
deletable: Boolean
editable: Boolean
timestamp: String
customer: Customer
groups: [Group!]!
users: [User!]!
assignedCustomers: [Customer!]!
}

Fields

Role.id ● ID! non-null scalar

Role.name ● String! non-null scalar

Role.description ● String scalar

Role.deletable ● Boolean scalar

Role.editable ● Boolean scalar

Role.timestamp ● String scalar

Role.customer ● Customer object

Role.groups ● [Group!]! non-null object

Role.users ● [User!]! non-null object

Role.assignedCustomers ● [Customer!]! non-null object

Returned By

role query ● roles query

Member Of

User object