UserConnection
A connection to a list of User
values.
type UserConnection {
hasNextPage: Boolean!
nodes: [User!]!
totalCount: Int!
}
Fields
UserConnection.hasNextPage
● Boolean!
non-null scalar
Whether this connection has a next page
UserConnection.nodes
● [User!]!
non-null object
The resulting items.
UserConnection.totalCount
● Int!
non-null scalar
The total amount of items in this connection
Returned By
users
query
Member Of
Coupon
object