Customers
Create a Customer
mutation {
createCustomer(
email: "[email protected]"
firstName: "John"
lastName: "Doe"
country: "VHlwZXM6OkNvdW50cnktNjNjNTQyZDUtOTRhZC00NWIyLWE0YzQtOWI5ZGExOTU5ZjA1"
) {
id
email
firstName
lastName
}
}Argument
Type
Required
Description
List Customers
Fetch a single customer
Argument
Type
Required
Description
Last updated