Uses of Class
ch.brix.gql.client.frontify.input_objects.AddAssetTagsInput
-
Packages that use AddAssetTagsInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of AddAssetTagsInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type AddAssetTagsInput Modifier and Type Method Description RootMutation_addAssetTags_ArgsRootMutation_addAssetTags_Args. input(AddAssetTagsInput value)`AddAssetTags` input argument. -
Uses of AddAssetTagsInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return AddAssetTagsInput Modifier and Type Method Description AddAssetTagsInputAddAssetTagsInput. id(IdScalar v)`Asset` Id.AddAssetTagsInputAddAssetTagsInput. tags(List<TagInput> v)List of `Tag` values linked to `Asset`.
-