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