INPUT_OBJECT
CustomFieldGroupCreateOrUpdateMutationInput
Autogenerated input type of CustomFieldGroupCreateOrUpdateMutation
link GraphQL Schema definition
- input CustomFieldGroupCreateOrUpdateMutationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # ID of the CustomFieldGroupType to update
- ID :
- # Attributes to assign to the CustomFieldGroup
- CustomFieldGroupInput! :
- }