Skip to main content

Role (Object)

Description

No description



Fields

NameDescription
description - String
id - ID!
name - String!
scopes - [String!]!
type - RoleType
visible - Boolean!

type Role {
description: String
id: ID!
name: String!
scopes: [String!]!
type: RoleType
visible: Boolean!
}