Uses of Class
ch.brix.gql.client.frontify.input_objects.CreateWorkspaceProjectInput
-
Packages that use CreateWorkspaceProjectInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of CreateWorkspaceProjectInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type CreateWorkspaceProjectInput Modifier and Type Method Description RootMutation_createWorkspaceProject_ArgsRootMutation_createWorkspaceProject_Args. input(CreateWorkspaceProjectInput value)`CreateWorkspaceProject` input argument. -
Uses of CreateWorkspaceProjectInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return CreateWorkspaceProjectInput Modifier and Type Method Description CreateWorkspaceProjectInputCreateWorkspaceProjectInput. brandId(IdScalar v)Id of the `Brand` where `Project` should be inserted.CreateWorkspaceProjectInputCreateWorkspaceProjectInput. name(StringScalar v)`Workspace` type `Project` name.
-