Skip to main content

UserCountableConnection Object

No description

type UserCountableConnection {
pageInfo: PageInfo!
edges: [UserCountableEdge!]!
totalCount: Int
}

Fields

pageInfo ● PageInfo!

Pagination data for this connection.

edges ● [UserCountableEdge!]!

totalCount ● Int

A total count of items in the collection.

Returned By

customers query ● staffUsers query