FormAnswerGroupPaginationConnection
The connection type for FormAnswerGroup.
Fields
edges
· [FormAnswerGroupEdge] · A list of edges. nodes
· [FormAnswerGroup] · A list of nodes. Used By
Definition
"""The connection type for FormAnswerGroup."""type FormAnswerGroupPaginationConnection { """ A list of edges. """ edges: [FormAnswerGroupEdge]
""" A list of nodes. """ nodes: [FormAnswerGroup]
""" Information to aid in pagination. """ page_info: PageInfo!
""" Total count of items. """ total_count: Int!}