Uses of Class
ch.brix.gql.client.frontify.builders.RootMutation_addCustomMetadata
-
Packages that use RootMutation_addCustomMetadata Package Description ch.brix.gql.client.frontify ch.brix.gql.client.frontify.builders -
-
Uses of RootMutation_addCustomMetadata in ch.brix.gql.client.frontify
Methods in ch.brix.gql.client.frontify that return RootMutation_addCustomMetadata Modifier and Type Method Description static RootMutation_addCustomMetadataMutation. addCustomMetadata()Add `CustomMetadata` values to a supported parent (`Asset` | `WorkspaceProject`). -
Uses of RootMutation_addCustomMetadata in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders that return RootMutation_addCustomMetadata Modifier and Type Method Description RootMutation_addCustomMetadataRootMutation_addCustomMetadata. args(RootMutation_addCustomMetadata_Args argsBuilder)RootMutation_addCustomMetadataRootMutation_addCustomMetadata. onAddCustomMetadata(On_AddCustomMetadata typeBuilder)Methods in ch.brix.gql.client.frontify.builders with parameters of type RootMutation_addCustomMetadata Modifier and Type Method Description On_RootMutationOn_RootMutation. addCustomMetadata(RootMutation_addCustomMetadata callBuilder)Add `CustomMetadata` values to a supported parent (`Asset` | `WorkspaceProject`).
-