Uses of Class
ch.brix.gql.client.frontify.input_objects.MoveFoldersInput
-
Packages that use MoveFoldersInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of MoveFoldersInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type MoveFoldersInput Modifier and Type Method Description RootMutation_moveFolders_ArgsRootMutation_moveFolders_Args. input(MoveFoldersInput value)`MoveFolders` input argument. -
Uses of MoveFoldersInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return MoveFoldersInput Modifier and Type Method Description MoveFoldersInputMoveFoldersInput. destinationId(IdScalar v)Id of the destination entity where `Folder` items should be moved to.MoveFoldersInputMoveFoldersInput. folderIds(List<IdScalar> v)Ids of the `Folder` items to be moved.
-