OBJECT
CustomFieldGroup
Information relating to a group of CustomFields, including the information for any associated CustomField records
link GraphQL Schema definition
- type CustomFieldGroup implements Node {
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- String, : String, : Int, : Int): CustomFieldConnection! ( :
- String :
- CustomFieldGroupEntityEnum! :
- ID! :
- String! :
- Int! :
- }
link Require by
- CustomFieldGroupCreateOrUpdateMutationPayloadAutogenerated return type of CustomFieldGroupCreateOrUpdateMutation.
- CustomFieldGroupDeleteMutationPayloadAutogenerated return type of CustomFieldGroupDeleteMutation.
- CustomFieldGroupsConnectionThe connection type for CustomFieldGroup.
- CustomFieldGroupsEdgeAn edge in a connection.