Uses of Class
ch.brix.gql.client.frontify.input_objects.AddCustomMetadataInput
-
Packages that use AddCustomMetadataInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of AddCustomMetadataInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type AddCustomMetadataInput Modifier and Type Method Description RootMutation_addCustomMetadata_ArgsRootMutation_addCustomMetadata_Args. input(AddCustomMetadataInput value)`AddCustomMetadata` input argument. -
Uses of AddCustomMetadataInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return AddCustomMetadataInput Modifier and Type Method Description AddCustomMetadataInputAddCustomMetadataInput. customMetadata(List<CustomMetadataInput> v)`CustomMetadata` property and respective values to add to the given set of parents.AddCustomMetadataInputAddCustomMetadataInput. parentIds(List<IdScalar> v)Set of parent Ids to which `CustomMetadata` should be added.
-