Queries
Performing a query
query accounts ($first: Int, $filter: String) {
accounts (first: $first, filter: $filter) {
edges {
cursor
node {
id
name
}
}
totalCount
pageInfo {
startCursor
endCursor
hasNextPage
hasPreviousPage
}
}
}Request
Response
Last updated
Was this helpful?
