INPUT_OBJECT

ExternalIdsUpsertMutationInput

Autogenerated input type of ExternalIdsUpsertMutation

link GraphQL Schema definition

  • input ExternalIdsUpsertMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the local object to link
  • ownerId: ID!
  • # Key/Value pairs for the metadata
  • externalIds: [KeyValueInput!]!
  • }