INPUT_OBJECT

MetadataUpsertMutationInput

Autogenerated input type of MetadataUpsertMutation

link GraphQL Schema definition

  • input MetadataUpsertMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the local object to link
  • owner: ID!
  • # Name of the remote system for the ID, eg. 'my_system'
  • key: String!
  • # ID on the remote system
  • value: String!
  • }