Uses of Class
ch.brix.gql.client.frontify.input_objects.AddCustomMetadataPropertyOptionsInput
-
Packages that use AddCustomMetadataPropertyOptionsInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of AddCustomMetadataPropertyOptionsInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type AddCustomMetadataPropertyOptionsInput Modifier and Type Method Description RootMutation_addCustomMetadataPropertyOptions_ArgsRootMutation_addCustomMetadataPropertyOptions_Args. input(AddCustomMetadataPropertyOptionsInput value)`AddCustomMetadataPropertyOptions` input argument. -
Uses of AddCustomMetadataPropertyOptionsInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return AddCustomMetadataPropertyOptionsInput Modifier and Type Method Description AddCustomMetadataPropertyOptionsInputAddCustomMetadataPropertyOptionsInput. options(List<AddCustomMetadataPropertyOptionInput> v)List of `CustomMetadataPropertyOption` items to add to existing `CustomMetadataProperty`.AddCustomMetadataPropertyOptionsInputAddCustomMetadataPropertyOptionsInput. propertyId(IdScalar v)`CustomMetadataProperty` Id.
-