accounts
Retrieve a list of accounts
This page contains
Arguments
first Int | Number of elements to return (page size) |
after String | Returns elements after specified cursor, for example bnVtYmVyPTAmc2l6ZT0xMA== |
before String | Returns elements before specified cursor, for example bnVtYmVyPTAmc2l6ZT0xMA== |
last Int | Number of elements to return in reverse order (page size) |
filter AccountsFilter | Account name by which to filter the list |
orderBy AccountOrderBy |
Return Fields
AccountConnection! | A connection type used to page through a list of accounts |
Interactive example
This is an example query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.