accountType
Graphql fields and variables for the accountType query
query accountType ($id: ID, $code: String, $format: String) {
accountType (id: $id, code: $code, format: $format) {
code
createdAt
id
name
updatedAt
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
