OBJECT

RoleFulfillment

The fulfillment of a role

link GraphQL Schema definition

  • type RoleFulfillment {
  • # The object on which the role is fulfilled.
  • fulfillable: RoleFulfillableUnion!
  • # The user or contact fulfilling the role on this work
  • fulfiller: RoleFulfillerUnion!
  • # The role fulfillment's unique Consonance identifier
  • id: Int!
  • # The role being fulfilled
  • role: Role!
  • }