Uses of Class
ch.brix.gql.client.frontify.input_objects.CreateFolderInput
-
Packages that use CreateFolderInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of CreateFolderInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type CreateFolderInput Modifier and Type Method Description RootMutation_createFolder_ArgsRootMutation_createFolder_Args. input(CreateFolderInput value)`CreateFolder` input argument. -
Uses of CreateFolderInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return CreateFolderInput Modifier and Type Method Description CreateFolderInputCreateFolderInput. description(StringScalar v)`Folder` description.CreateFolderInputCreateFolderInput. name(StringScalar v)`Folder` name.CreateFolderInputCreateFolderInput. parentId(IdScalar v)The parent Id of the `Folder` creation destination.
-