Start building
in seconds
Get instant access to the most powerful headless commerce platform. No credit card required for development.
Mutation
schema.docs# Requesting only what's needed for the session
mutation CreateAccount($input: CreateAccountInput!) {
createAccount(input: $input) {
token
user {
id
email
}
organization {
id
name
apiKey
}
}
}
Variables
{
"input": {
"user": {
"firstName": "",
"lastName": "",
"email": ""
},
"organization": {
"name": "",
"slug": ""
}
}
}
xclade-v2.4.0latency: 12msregion: global-edge