INPUT_OBJECT

CreateOrUpdateAccountRelationLabelInput

link GraphQL Schema definition

  • input CreateOrUpdateAccountRelationLabelInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Account relationship being labelled.
  • accountRelation: CreateAccountRelationInput
  • # Id of the account relationship.
  • accountRelationId: ID
  • # Id of the relationship type.
  • accountRelationTypeId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by