CreateAccountInput
All input for the create Account mutation.
input CreateAccountInput {
clientMutationId: String
account: AccountInput!
}
Fields
CreateAccountInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
CreateAccountInput.account ● AccountInput! non-null input
The Account to be created by this mutation.
Member Of
createAccount mutation