Packages

SDK for the Plain.com GraphQL API

Current section

Files

Jump to
plain mutations upsertCustomer.graphql
Raw

mutations/upsertCustomer.graphql

mutation ($input: UpsertCustomerInput!) {
upsertCustomer(input: $input) {
result
customer {
id
externalId
shortName
fullName
email {
email
isVerified
}
status
}
error {
message
type
code
fields {
field
message
type
}
}
}
}