INPUT_OBJECT

ChangeOwnershipProjectInput

link GraphQL Schema definition

  • input ChangeOwnershipProjectInput {
  • ownerId: ID!
  • unitId: ID!
  • keepOwnerAsEditor: Boolean!
  • transferLinkedRecords: Boolean!
  • # Identifier of the ProjectEntity to perform the action on.
  • id: ID!
  • clientMutationId: String
  • }

link Require by