OBJECT
RoleFulfillment
The fulfillment of a role
link GraphQL Schema definition
- type RoleFulfillment {
- # The object on which the role is fulfilled.
- RoleFulfillableUnion! :
- # The user or contact fulfilling the role on this work
- RoleFulfillerUnion! :
- # The role fulfillment's unique Consonance identifier
- Int! :
- # The role being fulfilled
- Role! :
- }