How do you folks write your graphql schemas - by h...
# prisma-whats-new
t
How do you folks write your graphql schemas - by hand? Is there a “designer” out there like the graphql console used to let you do, for those of us newer to graphql?
k
I just write them by hand 🙂
Trickiest part is probably managing all the relations..but you get used to it
n
@timwis there was a great talk at the GraphQL Summit about tooling to get autocompletion for artifacts in your IDE according to your schema: https://about.sourcegraph.com/graphql/supercharge-your-graphql-development/