AccessGroup (Object)
Description
No description
Fields
| Name | Description | 
|---|---|
| createdAt - DateTime! | |
| description - String | |
| entityId - ID! | |
| entityType - AccessGroupEntityType! | |
| id - ID! | |
| info - String | |
| name - String! | |
| networkId - ID! | |
| type - String! | 
type AccessGroup {
  createdAt: DateTime!
  description: String
  entityId: ID!
  entityType: AccessGroupEntityType!
  id: ID!
  info: String
  name: String!
  networkId: ID!
  type: String!
}