Uses of Class
ch.brix.gql.client.frontify.input_objects.SyncAssetTagsInput
-
Packages that use SyncAssetTagsInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of SyncAssetTagsInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type SyncAssetTagsInput Modifier and Type Method Description RootMutation_syncAssetTags_ArgsRootMutation_syncAssetTags_Args. input(SyncAssetTagsInput value)`SyncAssetTags` input argument. -
Uses of SyncAssetTagsInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return SyncAssetTagsInput Modifier and Type Method Description SyncAssetTagsInputSyncAssetTagsInput. id(IdScalar v)`Asset` Id.SyncAssetTagsInputSyncAssetTagsInput. tags(List<TagInput> v)`Asset` tags.
-