Uses of Class
ch.brix.gql.client.frontify.input_objects.RemoveWorkflowStatusAssigneesInput
-
Packages that use RemoveWorkflowStatusAssigneesInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of RemoveWorkflowStatusAssigneesInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type RemoveWorkflowStatusAssigneesInput Modifier and Type Method Description RootMutation_removeWorkflowStatusAssignees_ArgsRootMutation_removeWorkflowStatusAssignees_Args. input(RemoveWorkflowStatusAssigneesInput value)**BETA** `RemoveWorkflowStatusAssignees` input argument. -
Uses of RemoveWorkflowStatusAssigneesInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return RemoveWorkflowStatusAssigneesInput Modifier and Type Method Description RemoveWorkflowStatusAssigneesInputRemoveWorkflowStatusAssigneesInput. id(IdScalar v)**BETA** `WorkflowStatus` Id.RemoveWorkflowStatusAssigneesInputRemoveWorkflowStatusAssigneesInput. userIds(List<IdScalar> v)**BETA** List of `User` Ids to be unassigned from `WorkflowStatus`.
-