Uses of Class
ch.brix.gql.client.frontify.input_objects.DeleteWorkflowTaskInput
-
Packages that use DeleteWorkflowTaskInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of DeleteWorkflowTaskInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type DeleteWorkflowTaskInput Modifier and Type Method Description RootMutation_deleteWorkflowTask_ArgsRootMutation_deleteWorkflowTask_Args. input(DeleteWorkflowTaskInput value)**BETA** `DeleteWorkflowTask` input argument. -
Uses of DeleteWorkflowTaskInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return DeleteWorkflowTaskInput Modifier and Type Method Description DeleteWorkflowTaskInputDeleteWorkflowTaskInput. id(IdScalar v)**BETA** Id of the `WorkflowTask` to be deleted.
-