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