EarningsConnection
Last updated
Last updated
first
Returns the first
records given the argument provided.
last
Returns the last
records given the argument provided.
after
Used for pagination, returns records after
the given identifier.
before
Used for pagination, returns records before
the given identifier.
totalCount
Int!
edges
[EarningsEdge!]!
nodes
[Earnings!]!