INPUT_OBJECT

Metadata2UpsertMutationInput

Autogenerated input type of Metadata2UpsertMutation

link GraphQL Schema definition

  • input Metadata2UpsertMutationInput {
  • # 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 metadatum
  • metadata: [KeyValueInput!]!
  • }