RemoveCustomCarrierMappingsInput
Autogenerated input type of RemoveCustomCarrierMappings
input RemoveCustomCarrierMappingsInput {
brandId: ID @deprecated
clientMutationId: String
customCarrierMappingsIds: [ID!]!
integrationId: ID!
}
Fields
RemoveCustomCarrierMappingsInput.brandId ● ID deprecated scalar common
DEPRECATED
This argument will be removed in the future. Brand is becoming a product-only attribute. Use company context instead.
RemoveCustomCarrierMappingsInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
RemoveCustomCarrierMappingsInput.customCarrierMappingsIds ● [ID!]! non-null scalar common
RemoveCustomCarrierMappingsInput.integrationId ● ID! non-null scalar common
Member Of
removeCustomCarrierMappings mutation