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