Uses of Class
ch.brix.gql.client.frontify.input_objects.DeleteMetadataFieldInput
-
Packages that use DeleteMetadataFieldInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of DeleteMetadataFieldInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type DeleteMetadataFieldInput Modifier and Type Method Description RootMutation_deleteMetadataField_ArgsRootMutation_deleteMetadataField_Args. input(DeleteMetadataFieldInput value)`DeleteMetadataField` input argument. -
Uses of DeleteMetadataFieldInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return DeleteMetadataFieldInput Modifier and Type Method Description DeleteMetadataFieldInputDeleteMetadataFieldInput. id(IdScalar v)Id of the `MetadataField` to delete.
-