Uses of Class
ch.brix.gql.client.frontify.builders.RootQuery_webhooks
-
Packages that use RootQuery_webhooks Package Description ch.brix.gql.client.frontify ch.brix.gql.client.frontify.builders -
-
Uses of RootQuery_webhooks in ch.brix.gql.client.frontify
Methods in ch.brix.gql.client.frontify that return RootQuery_webhooks Modifier and Type Method Description static RootQuery_webhooksQuery. webhooks()Retrieve `WebhookItems` related to current `Account`. -
Uses of RootQuery_webhooks in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders that return RootQuery_webhooks Modifier and Type Method Description RootQuery_webhooksRootQuery_webhooks. args(RootQuery_webhooks_Args argsBuilder)RootQuery_webhooksRootQuery_webhooks. onWebhookItems(On_WebhookItems typeBuilder)Methods in ch.brix.gql.client.frontify.builders with parameters of type RootQuery_webhooks Modifier and Type Method Description On_RootQueryOn_RootQuery. webhooks(RootQuery_webhooks callBuilder)Retrieve `WebhookItems` related to current `Account`.
-