OBJECT
CustomFieldsPage
Represents a page of custom fields.
link GraphQL Schema definition
1 type CustomFieldsPage { 2 3 # List of custom fields. 4 CustomField]! : [ 5 6 # Page info. 7 PageInfo! : 8 9 }
link Required by
This element is not required by anyone