Skip to main content

AccountCreate

Create a new Account resource.

Mutation

mutation AccountCreate($input: AccountCreateInput!) {
AccountCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created Account resource.