Uses of Class
ch.brix.gql.client.frontify.input_objects.SetCustomMetadataInput
-
Packages that use SetCustomMetadataInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of SetCustomMetadataInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type SetCustomMetadataInput Modifier and Type Method Description RootMutation_setCustomMetadata_ArgsRootMutation_setCustomMetadata_Args. input(SetCustomMetadataInput value)**BETA** `SetCustomMetadata` input argument. -
Uses of SetCustomMetadataInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return SetCustomMetadataInput Modifier and Type Method Description SetCustomMetadataInputSetCustomMetadataInput. customMetadata(List<CustomMetadataInput> v)`CustomMetadata` to be set to the list of `parentIds`.SetCustomMetadataInputSetCustomMetadataInput. parentIds(List<IdScalar> v)List of `parentIds` where `CustomMetadata` should be set.
-