FlagConnection
No description
type FlagConnection {
count: Int
offset: Int
pagesize: Int
first: ID
previous: ID
next: ID
last: ID
edges: [FlagEdge]
}
Fields
FlagConnection.count ● Int scalar
FlagConnection.offset ● Int scalar
FlagConnection.pagesize ● Int scalar
FlagConnection.first ● ID scalar
FlagConnection.previous ● ID scalar
FlagConnection.next ● ID scalar
FlagConnection.last ● ID scalar
FlagConnection.edges ● [FlagEdge] list object
Returned By
FlagConection query
Member Of
FlagConnectionType object