FlagEdge
No description
type FlagEdge {
node: Flag!
cursor: Cursor!
}
Fields
FlagEdge.node ● Flag! non-null object
node is the Flag for this edge.
FlagEdge.cursor ● Cursor! non-null scalar
cursor is used in pagination.
Member Of
FlagsConnection object