SetExternalAttributeMappingsInput
Autogenerated input type of SetExternalAttributeMappings
input SetExternalAttributeMappingsInput {
clientMutationId: String
integrationId: ID!
mappings: [ExternalAttributeMappingInput!]!
}
Fields
SetExternalAttributeMappingsInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
SetExternalAttributeMappingsInput.integrationId ● ID! non-null scalar common
The integration (connected store) the mappings apply to.
SetExternalAttributeMappingsInput.mappings ● [ExternalAttributeMappingInput!]! non-null input listings
The full set of mappings to keep for the integration.
Member Of
setExternalAttributeMappings mutation