HN user

aexol

269 karma
Posts59
Comments74
View on HN
news.ycombinator.com 2y ago

Show HN: Mailik.dev – proxy form responses to client email

aexol
2pts2
news.ycombinator.com 3y ago

Is there any visual editor to edit i18 jsons visually?

aexol
3pts4
devtranslate.app 3y ago

Show HN: Translate JSON, XML, arb and Strings files to multiple languages

aexol
8pts6
zeus.graphqleditor.com 4y ago

Show HN: Typed GQL in Zeus 5.1.5

aexol
2pts1
zeus.graphqleditor.com 4y ago

Show HN: GraphQL Zeus 5.0.4 – Encode&Decode GraphQL Scalars

aexol
1pts0
github.com 4y ago

Show HN: Game Changing Typed GraphQL

aexol
34pts18
github.com 4y ago

GraphQL Zeus 4.0.0 – Autocomplete client for huuuuuge schemas

aexol
5pts0
github.com 4y ago

Show HN: Visual GraphQL Editor OSS

aexol
36pts4
github.com 4y ago

Show HN: Rerousel, React Carousel with Simple DX

aexol
5pts0
graphqleditor.com 4y ago

GraphQL Instant Microservices – Shared Workers New Feature Inside GraphQL Editor

aexol
7pts0
github.com 4y ago

GraphQL Zeus 3.2.0 Autocomplete GraphQL Queries in TypeScript and JavaScript

aexol
3pts0
rerousel.netlify.app 5y ago

Show HN: Simplest intelligent autoadjustable open source React Carousel:D

aexol
1pts0
github.com 5y ago

Show HN: GraphQL Zeus 3.0 – GraphQL Client now with subscription and JSON schema

aexol
3pts0
github.com 5y ago

Show HN: Simplest React Carousel ever with hooks

aexol
1pts1
graphqleditor.com 5y ago

Show HN: GraphQL Editor for Complex Schemas

aexol
5pts1
github.com 5y ago

Show HN: Create your own AWS Amplify – GraphQL Transform library

aexol
8pts0
app.graphqleditor.com 6y ago

Simple Pokedex – in 70 lines of Vanilla JavaScript and some CSS

aexol
1pts0
graphqleditor.com 6y ago

Show HN: Edit GraphQL with GraphQL Libraries in newest release

aexol
1pts1
news.ycombinator.com 6y ago

Audio Ruler – Measure distance between iPhone and earphone

aexol
8pts2
stackofthefuture.com 6y ago

Show HN: Vlog about how to GraphQL with TypeScript

aexol
3pts2
graphqleditor.com 6y ago

Show HN: GraphQL Editor 3.5 – GraphQL Docs generator feature

aexol
6pts1
github.com 6y ago

Show HN: GraphQL Centaur – GraphQL Generation tool for MongoDB Stucco

aexol
28pts11
blog.graphqleditor.com 6y ago

JetBrains Mono – a font for devs made by devs

aexol
2pts0
www.producthunt.com 6y ago

ProductHunt HN: Visual GraphQL Software – Mock back end and draw schema

aexol
5pts0
github.com 6y ago

GraphQL editor – Visual node editor for GraphQL

aexol
4pts1
github.com 6y ago

Show HN: GraphQL Relation Explorer in GraphQL Editor

aexol
10pts1
github.com 6y ago

GraphQL Zeus 2.0 – Now with support of mapped types

aexol
4pts0
github.com 6y ago

Show HN: Have You Seen Dgraph GraphQL Native? – Boilerplate

aexol
1pts0
github.com 6y ago

Show HN: DiagramJS – Create beautiful node diagrams and graph in JavaScript/TS

aexol
7pts1
github.com 6y ago

Show HN: GraphQL editor – Visual node editor for GraphQL

aexol
4pts0

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?

how big is your schema then? Of course code grows as schema grows as it is translated to TS. However productivity boost is huge.

If you want to use it with bigger than 1mb schemas create an issue , maybe we can split it to more files if that works for this limit

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

Here are full docs: https://zeus.graphqleditor.com/

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.

Hi,

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!