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