Skip to main content

TypeScript shape

interface CreateMarketCapWebhooksInput {
  webhooks: CreateMarketCapWebhookArgs[];
}
webhooks
[CreateMarketCapWebhookInput!]!
required
One webhook per array entry. See CreateMarketCapWebhookInput.