query FetchOwnWebhooks($id: ID!) { app(id: $id) { webhooks { ...OwnWebhook } } }