OBJECT

Role

link GraphQL Schema definition

type Role implements Node {

The description of the Role.
description: String

id: ID!

A Role only to be assigned to internal Geoforce users.
internalUse: Boolean!

The name of the Role.
name: String!

The type of the Role.
type: String!

}