HackerTrans
TopNewTrendsCommentsPastAskShowJobs

aexol

no profile record

Submissions

[untitled]

1 points·by aexol·2 years ago·0 comments

[untitled]

1 points·by aexol·3 years ago·0 comments

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

2 points·by aexol·3 years ago·2 comments

Is there any visual editor to edit i18 jsons visually?

3 points·by aexol·3 years ago·4 comments

[untitled]

1 points·by aexol·3 years ago·0 comments

[untitled]

1 points·by aexol·3 years ago·0 comments

[untitled]

1 points·by aexol·3 years ago·0 comments

[untitled]

1 points·by aexol·3 years ago·0 comments

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

devtranslate.app
8 points·by aexol·4 years ago·6 comments

Show HN: Typed GQL in Zeus 5.1.5

zeus.graphqleditor.com
2 points·by aexol·4 years ago·1 comments

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

zeus.graphqleditor.com
1 points·by aexol·4 years ago·0 comments

Show HN: Game Changing Typed GraphQL

github.com
34 points·by aexol·4 years ago·18 comments

comments

aexol
·3 years ago·discuss
We have a gub that on the webpage canonical was wrong
aexol
·3 years ago·discuss
https://mailik.dev is the link
aexol
·3 years ago·discuss
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?
aexol
·3 years ago·discuss
dasdada
aexol
·3 years ago·discuss
Great discovery ;)
aexol
·4 years ago·discuss
Thanks!
aexol
·4 years ago·discuss
Wow, I didn't know I can edit the title. I've just changed it - can you take a look?
aexol
·4 years ago·discuss
Thank you for your honest opinion. I am not a native english speaker though. My bad :(
aexol
·4 years ago·discuss
Hi,

I've just added typed document node integration to zeus. There is still lot to document but it allows to use it with: - apollo - urql and other libs supported https://github.com/dotansimha/graphql-typed-document-node

Big thanks to Dotan Simha for creating this TypedDocumentNode!
aexol
·4 years ago·discuss
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
aexol
·4 years ago·discuss
Dunno, if you ping me I can do next week
aexol
·4 years ago·discuss
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/
aexol
·4 years ago·discuss
yes
aexol
·4 years ago·discuss
I replied below
aexol
·4 years ago·discuss
I integrated react-query with zeus so you can try it together with integration
aexol
·4 years ago·discuss
Just generate one lib. then write type safe queries inside IDE
aexol
·4 years ago·discuss
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
aexol
·4 years ago·discuss
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