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