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