hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
https://hasura.io
Apache License 2.0
31.02k stars 2.76k forks source link

[request] Allow graphql payload for graphql endpoints in cron triggers #5051

Open jflambert opened 4 years ago

jflambert commented 4 years ago

Currently cron triggers only accept JSON payloads. What if I wanted to use http://localhost:8080/v1/graphql as an endpoint, and use graphql as a payload?

I don't think there's a way to perform graphql requests through the Hasura REST API either.

leoalves commented 4 years ago

related to https://github.com/hasura/graphql-engine/issues/2137

jflambert commented 4 years ago

yes, definitely related.