Uses of Class
ch.brix.gql.client.frontify.input_objects.RemoveWorkflowChecklistItemInput
-
Packages that use RemoveWorkflowChecklistItemInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of RemoveWorkflowChecklistItemInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type RemoveWorkflowChecklistItemInput Modifier and Type Method Description RootMutation_removeWorkflowChecklistItem_ArgsRootMutation_removeWorkflowChecklistItem_Args. input(RemoveWorkflowChecklistItemInput value)**BETA** `RemoveWorkflowChecklistItem` input argument. -
Uses of RemoveWorkflowChecklistItemInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return RemoveWorkflowChecklistItemInput Modifier and Type Method Description RemoveWorkflowChecklistItemInputRemoveWorkflowChecklistItemInput. id(IdScalar v)**BETA** The Id of the `WorkflowChecklistItem` to remove.
-