OBJECT

ExternalIdsUpsertMutationPayload

Autogenerated return type of ExternalIdsUpsertMutation.

link GraphQL Schema definition

  • type ExternalIdsUpsertMutationPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [ValidationError!]
  • externalIds: [ExternalID!]
  • status: Int!
  • }