UpdateIntegrationMappedFieldsPayload
Autogenerated return type of UpdateIntegrationMappedFields
type UpdateIntegrationMappedFieldsPayload {
clientMutationId: String
errors: [String!]
}
Fields
UpdateIntegrationMappedFieldsPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateIntegrationMappedFieldsPayload.errors
● [String!]
list scalar
Returned By
updateIntegrationMappedFields
mutation