Hey again everyone ๐ graphql
Here comes the follow up to last week's article. This time it's a guest post by @tgriesser who introduces the GraphQL Nexus library. ๐
๐ Find it here: https://www.prisma.io/blog/introducing-graphql-nexus-code-first-graphql-server-development-ll6s1yy5cxl5/GraphQL Nexus implements a code-first approach for GraphQL server development by providing a programmatic API for constructing a GraphQL schema. Everything is based on the familiar primitives from
graphql-js
, so it's fully compatible with the current GraphQL ecosystem (e.g.