github.com/pluralsh/plural-cli@v0.9.5/pkg/ui/web/src/graphql/integrations.graphql (about) 1 fragment IntegrationWebhook on IntegrationWebhook { 2 id 3 name 4 url 5 secret 6 actions 7 } 8 9 fragment WebhookLog on WebhookLog { 10 id 11 state 12 status 13 payload 14 response 15 insertedAt 16 } 17 18 fragment OauthIntegration on OauthIntegration { 19 id 20 service 21 insertedAt 22 } 23 24 fragment ZoomMeeting on ZoomMeeting { 25 joinUrl 26 password 27 }