Uses of Class
ch.brix.gql.client.frontify.input_objects.DeleteFoldersInput
-
Packages that use DeleteFoldersInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of DeleteFoldersInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type DeleteFoldersInput Modifier and Type Method Description RootMutation_deleteFolders_ArgsRootMutation_deleteFolders_Args. input(DeleteFoldersInput value)`DeleteFolders` input argument. -
Uses of DeleteFoldersInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return DeleteFoldersInput Modifier and Type Method Description DeleteFoldersInputDeleteFoldersInput. ids(List<IdScalar> v)Ids of the `Folders` to delete.
-