Uses of Class
ch.brix.gql.client.frontify.input_objects.AddWorkflowTaskAssigneesInput
-
Packages that use AddWorkflowTaskAssigneesInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of AddWorkflowTaskAssigneesInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type AddWorkflowTaskAssigneesInput Modifier and Type Method Description RootMutation_addWorkflowTaskAssignees_ArgsRootMutation_addWorkflowTaskAssignees_Args. input(AddWorkflowTaskAssigneesInput value)**BETA** `AddWorkflowTaskAssignees` input argument. -
Uses of AddWorkflowTaskAssigneesInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return AddWorkflowTaskAssigneesInput Modifier and Type Method Description AddWorkflowTaskAssigneesInputAddWorkflowTaskAssigneesInput. id(IdScalar v)**BETA** `WorkflowTask` Id.AddWorkflowTaskAssigneesInputAddWorkflowTaskAssigneesInput. userIds(List<IdScalar> v)**BETA** List of `User` Ids to assign to the `WorkflowTask`.
-