|
|
|
|
|
by abesamiskevin
3244 days ago
|
|
I created a boilerplate example that uses Hapi, Apollo Server, Knex (SQLite) & Webpack to give you an idea on how to get started. Apollo Server makes it easy for you understand how to write a GraphQL server by breaking it down into typeDefs and resolvers, that are needed to create your schema. https://github.com/abesamiskevin/hapi-graphql |
|