Schema Documentation

CreateAccountInput

Description

Customer account credentials

Fields
Input FieldDescription
password - String!

Customer password

username - String!

Customer username

Example
{"password":"abc123","username":"abc123"}