accountType
Graphql fields and variables for the accountType query
The type of account
Scope required: standard:read
For a complete list of possible response fields see the AccountType type.
query accountType ($id: ID, $code: String, $format: String) {
accountType (id: $id, code: $code, format: $format) {
code
createdAt
id
name
updatedAt
}
}
Arguments
Name
Type
Description
id
ID
code
String
format
String
Response
Last updated
Was this helpful?