Added legislation processes to graphql api

Has anyone added legislation processes to the graphql api and could let me know how they did it? Thanks for your help!

1 Like

That would be awesome!

If someone want to have a go at it, here is the GraphQL documentation[1] for CONSUL and the main PR[2] that implemented it:

[1] https://github.com/consul/consul/blob/master/doc/api/api_en.md
[2] https://github.com/consul/consul/pull/1653