INPUT_OBJECT
DestroyCustomFieldGroupInput
Autogenerated input type of DestroyCustomFieldGroup
link GraphQL Schema definition
- input DestroyCustomFieldGroupInput {
- # ID of the custom field group to be deleted
- : ID!
- # ID of the custom field group to reassign custom field names to
- : ID
- # Boolean to destroy all custom field names under this custom field group
- : Boolean
- # A unique identifier for the client performing the mutation.
- : String
- }