victorteokw / graphql-joker

GraphQL Joker is the ultimate GraphQL scaffolding tool.
GNU General Public License v3.0
74 stars 9 forks source link

Readme typo #76

Open tonypig opened 4 years ago

tonypig commented 4 years ago

one-to-many We have two ways to implement this relationship.

joker resource User posts:[Post]:owner joker resource Post user:User:owner

I think it should be:

joker resource User posts:[Post]:owner joker resource Post owner:User

victorteokw commented 4 years ago

Hi @tonypig, yup, I think this is a mistake here. If you would to, could you please send a pull request? Thanks for pointing out this. 👍

I'm now not maintaining this anymore. I use Prisma GraphQL and it's far more complete than GraphQL Joker. I will update README for unmaintained status.

Anyway, thanks for trying this out. 👍