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