OBJECT
CustomFieldNameConnection
The connection type for CustomFieldName.
link GraphQL Schema definition
- type CustomFieldNameConnection {
- # A list of edges.
- : [CustomFieldNameEdge]
- # A list of nodes.
- : [CustomFieldName]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- # Total # of pages, based on total count and pagesize
- : Int!
- }