subscription ProductCreated { event { __typename ... on ProductCreated { __typename product { ...ProductWebhookPayload } } recipient { webhooks { id } } } }