SpaceRole (Object)
Description
No description
Fields
| Name | Description | 
|---|---|
| description - String | |
| id - ID! | |
| name - String! | |
| network - Network | |
| scopes - [String!]! | |
| type - SpaceRoleType | 
type SpaceRole {
  description: String
  id: ID!
  name: String!
  network: Network
  scopes: [String!]!
  type: SpaceRoleType
}