Uses of Class
ch.brix.gql.client.frontify.input_objects.RemoveCustomMetadataInput
-
Packages that use RemoveCustomMetadataInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of RemoveCustomMetadataInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type RemoveCustomMetadataInput Modifier and Type Method Description RootMutation_removeCustomMetadata_ArgsRootMutation_removeCustomMetadata_Args. input(RemoveCustomMetadataInput value)`RemoveCustomMetadata` input argument. -
Uses of RemoveCustomMetadataInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return RemoveCustomMetadataInput Modifier and Type Method Description RemoveCustomMetadataInputRemoveCustomMetadataInput. customMetadata(List<CustomMetadataInput> v)`CustomMetadata` to be removed from the list of parent Ids.RemoveCustomMetadataInputRemoveCustomMetadataInput. parentIds(List<IdScalar> v)List of parent Ids where `CustomMetadata` should be removed from.
-