INPUT_OBJECT
Autogenerated input type of MetadataUpsertMutation
input MetadataUpsertMutationInput {# A unique identifier for the client performing the mutation.clientMutationId: String# ID of the local object to linkowner: ID!# Name of the remote system for the ID, eg. 'my_system'key: String!# ID on the remote systemvalue: String!}