Collective
A Collective is a group of users that have a contract with a vendor. It can be seen as a sub-organization of the vendor, this is used to group users together for billing purposes.
type Collective {
id: UUID!
name: String!
url: String!
}
Fields
Collective.id ● UUID! non-null scalar
The unique identifier of the collective.
Collective.name ● String! non-null scalar
The name of the collective.
Collective.url ● String! non-null scalar
The URL of the collective.
Member Of
Contract object