Uses of Class
ch.brix.gql.client.frontify.builders.RootMutation_removeCustomMetadata
-
Packages that use RootMutation_removeCustomMetadata Package Description ch.brix.gql.client.frontify ch.brix.gql.client.frontify.builders -
-
Uses of RootMutation_removeCustomMetadata in ch.brix.gql.client.frontify
Methods in ch.brix.gql.client.frontify that return RootMutation_removeCustomMetadata Modifier and Type Method Description static RootMutation_removeCustomMetadataMutation. removeCustomMetadata()Remove `CustomMetadata` values from a supported parent (`Asset` | `WorkspaceProject`). -
Uses of RootMutation_removeCustomMetadata in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders that return RootMutation_removeCustomMetadata Modifier and Type Method Description RootMutation_removeCustomMetadataRootMutation_removeCustomMetadata. args(RootMutation_removeCustomMetadata_Args argsBuilder)RootMutation_removeCustomMetadataRootMutation_removeCustomMetadata. onRemoveCustomMetadata(On_RemoveCustomMetadata typeBuilder)Methods in ch.brix.gql.client.frontify.builders with parameters of type RootMutation_removeCustomMetadata Modifier and Type Method Description On_RootMutationOn_RootMutation. removeCustomMetadata(RootMutation_removeCustomMetadata callBuilder)Remove `CustomMetadata` values from a supported parent (`Asset` | `WorkspaceProject`).
-