Uses of Class
ch.brix.gql.client.frontify.input_objects.AddAssetRelationsInput
-
Packages that use AddAssetRelationsInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of AddAssetRelationsInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type AddAssetRelationsInput Modifier and Type Method Description RootMutation_addAssetRelations_ArgsRootMutation_addAssetRelations_Args. input(AddAssetRelationsInput value)`AddAssetRelations` input argument. -
Uses of AddAssetRelationsInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return AddAssetRelationsInput Modifier and Type Method Description AddAssetRelationsInputAddAssetRelationsInput. assetId(IdScalar v)`Asset` Id.AddAssetRelationsInputAddAssetRelationsInput. relatedAssetIds(List<IdScalar> v)Related `Asset` Id list.
-