Skip to main content

AccountConnection

No description

type AccountConnection {
count: Int
offset: Int
pagesize: Int
first: ID
previous: ID
next: ID
last: ID
edges: [AccountEdge]
}

Fields

AccountConnection.count ● Int scalar

AccountConnection.offset ● Int scalar

AccountConnection.pagesize ● Int scalar

AccountConnection.first ● ID scalar

AccountConnection.previous ● ID scalar

AccountConnection.next ● ID scalar

AccountConnection.last ● ID scalar

AccountConnection.edges ● [AccountEdge] list object

Returned By

AccountConection query

Member Of

AccountConnectionType object