CodesConnection
A connection type to paginate a list of promotion codes.
type CodesConnection {
pageInfo: PageInfo!
totalCount: Int!
nodes: [Code!]!
}
Fields
CodesConnection.pageInfo
● PageInfo!
non-null object
CodesConnection.totalCount
● Int!
non-null scalar
CodesConnection.nodes
● [Code!]!
non-null object
Member Of
Event
object