Uses of Class
ch.brix.gql.client.frontify.input_objects.CreateWorkflowStatusInput
-
Packages that use CreateWorkflowStatusInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of CreateWorkflowStatusInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type CreateWorkflowStatusInput Modifier and Type Method Description RootMutation_createWorkflowStatus_ArgsRootMutation_createWorkflowStatus_Args. input(CreateWorkflowStatusInput value)**BETA** `CreateWorkflowStatus` input argument. -
Uses of CreateWorkflowStatusInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return CreateWorkflowStatusInput Modifier and Type Method Description CreateWorkflowStatusInputCreateWorkflowStatusInput. color(RgbaColorInput v)**BETA** Color of the `WorkflowStatus`.CreateWorkflowStatusInputCreateWorkflowStatusInput. title(StringScalar v)**BETA** Title of the `WorkflowStatus`.CreateWorkflowStatusInputCreateWorkflowStatusInput. workflowId(IdScalar v)**BETA** `Workflow` Id where `WorkflowStatus` should be created.
-