ADD_CUSTOM_FIELD
Variable: ADD_CUSTOM_FIELD
const
ADD_CUSTOM_FIELD:DocumentNode
Defined in: src/GraphQl/Mutations/OrganizationMutations.ts:237
GraphQL mutation to add a custom field to an organization.
Param
The ID of the organization where the custom field is being added.
Param
The type of the custom field (e.g., String, Number).
Param
The name of the custom field.
Returns
The added organization custom field object.