INPUT_OBJECT
CustomFieldGroupInput
Attributes for creating or updating a CustomFieldGroup
link GraphQL Schema definition
- input CustomFieldGroupInput {
- # Name for the CustomFieldGroup
- String! :
- # Description for the CustomFieldGroup
- String :
- # Entity that this CustomFieldGroup is applies to
- CustomFieldGroupEntityEnum! :
- # Position of CustomFieldGroup relative to other CustomFieldGroups in this
- # collection
- Int :
- }