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