OBJECT
CustomFieldConnection
The connection type for CustomField.
link GraphQL Schema definition
- type CustomFieldConnection {
- # A list of edges.
- CustomFieldEdge] : [
- # A list of nodes.
- CustomField] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- }