INPUT_OBJECT

CreateProjectContactRelationInput

link GraphQL Schema definition

  • input CreateProjectContactRelationInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the contact.
  • contactId: ID!
  • # True for the row that represents the primary related entity for this record.
  • # Setting is_primary to true on a row automatically clears it on any other primary
  • # row.
  • isPrimary: Boolean!
  • # Id of the project.
  • projectId: ID!
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by