Uses of Class
ch.brix.gql.client.frontify.input_objects.AddCollectionAssetsInput
-
Packages that use AddCollectionAssetsInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of AddCollectionAssetsInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type AddCollectionAssetsInput Modifier and Type Method Description RootMutation_addCollectionAssets_ArgsRootMutation_addCollectionAssets_Args. input(AddCollectionAssetsInput value)`AddCollectionAssets` input argument. -
Uses of AddCollectionAssetsInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return AddCollectionAssetsInput Modifier and Type Method Description AddCollectionAssetsInputAddCollectionAssetsInput. assetIds(List<IdScalar> v)Ids of the `Assets` to add to the `Collection`.AddCollectionAssetsInputAddCollectionAssetsInput. collectionId(IdScalar v)`Collection` Id.
-