GraphQL schema as integration

Are you plan to support a full GraphQL schema as integration?

The real good aspect of GraphQL is it provide a typed and self described data structure with everything you need for your CRUDL updates thanks to the queries and mutations and you can also have realtime triggers with subscriptions (I think at this point this is not optimize and a webhook endpoint would be better and so need some thought for how to use it with subscription mechanism).