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