Uses of Class
ch.brix.gql.client.frontify.input_objects.AddWorkflowChecklistPresetInput
-
Packages that use AddWorkflowChecklistPresetInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of AddWorkflowChecklistPresetInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type AddWorkflowChecklistPresetInput Modifier and Type Method Description RootMutation_addWorkflowChecklistPreset_ArgsRootMutation_addWorkflowChecklistPreset_Args. input(AddWorkflowChecklistPresetInput value)**BETA** `AddWorkflowChecklistPreset` input argument. -
Uses of AddWorkflowChecklistPresetInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return AddWorkflowChecklistPresetInput Modifier and Type Method Description AddWorkflowChecklistPresetInputAddWorkflowChecklistPresetInput. assigneeUserId(IdScalar v)**BETA** `User` Id of `WorkflowChecklistPreset` assignee.AddWorkflowChecklistPresetInputAddWorkflowChecklistPresetInput. content(StringScalar v)**BETA** Content of the `WorkflowChecklistPreset`.AddWorkflowChecklistPresetInputAddWorkflowChecklistPresetInput. id(IdScalar v)**BETA** `WorkflowStatus` Id where the `WorkflowChecklistPreset` should be created.
-