AccessGroup
No description
type AccessGroup {
createdAt: DateTime!
description: String
entityId: ID!
entityType: AccessGroupEntityType!
id: ID!
info: String
name: String!
networkId: ID!
type: String!
}
No description
type AccessGroup {
createdAt: DateTime!
description: String
entityId: ID!
entityType: AccessGroupEntityType!
id: ID!
info: String
name: String!
networkId: ID!
type: String!
}
createdAt
(DateTime!
)description
(String
)entityId
(ID!
)entityType
(AccessGroupEntityType!
)id
(ID!
)info
(String
)name
(String!
)networkId
(ID!
)type
(String!
)