Is there any tool that makes working with JSONs easier? Because I have this situation where clients always want a CMS for large landing pages, but then they still ask us to make changes. And we developers don't really like visual CMSs for content editing that exist. Has anyone seen something like that which would be developer-friendly and at the same time be a CMS working with JSON files?
above now :). I can do it again. Zeus allows you to generate client library from schema - not from queries. Then you can write queries in TS, you will receive:
- typed args
- typed response
It also offers selectors from which you can create typings for your response objects if you are persisting those somewhere in state, so yeah it is a game changer not only for GraphQL, but for communication with backend and Frontend developer experience.
To be honest it has also some cons, for example:
- variables are custom implementation and don't have typings as for now
- some edge cases are not supported yet
I plan to integrate urql. I generate the whole lib with complicated generic types, so you don't have to write gql queries and run codegen. Just generate once and write interactive queries. No watching and stuff
Why I am posting this? 2 reasons: GraphQL Zeus reached 4.0 and is compatible with huuge schemas, second reason I received a great contribution with full readme rewrite and I packaged it into docs site
We are just running blog. We are experts in the field of GraphQL. We are 2 devs and 2 marketing working on editor after our work. We don't have time to spam. So why do you consider editor a spam?
My name is Artur Czemiel. Tell me your name if you want to accuse me for something that's illegal.
I released the new production build of GraphQL Editor. I need to write it here because there are already about 20000 users of GraphQL Editor.
https://graphqleditor.com/
To be truth I made design change because many features weren't accessible by users (I discovered it from analytics). Right now I exposed features into a floating menu in front of the user project which includes:
- Schema versioning
- GraphQL Libraries
- JAMStack Engine (Pretty alpha phase I need to decide if Web Components or React should be used here)
- Mock backend
All features here are free. Any ideas are welcome. Thanks!
Hi all,
I am starting a video blog about technologies rooting from GraphQL and how you can make use of them to make your stack better, faster and stronger.
I have added docs generator for GraphQL Editor.
https://twitter.com/ACzemiel/status/1255094687184171009
Here is the link to the video on how it works. Basically you provide the schema and docs are generated. They also can be exported as a static website HTML.