Uses of Class
ch.brix.gql.client.frontify.input_objects.UninstallWebhookInput
-
Packages that use UninstallWebhookInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of UninstallWebhookInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type UninstallWebhookInput Modifier and Type Method Description RootMutation_uninstallWebhook_ArgsRootMutation_uninstallWebhook_Args. input(UninstallWebhookInput value)`UninstallWebhook` input argument. -
Uses of UninstallWebhookInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return UninstallWebhookInput Modifier and Type Method Description UninstallWebhookInputUninstallWebhookInput. id(IdScalar v)Id of the `Webhook` to be uninstalled.
-