Coder Social home page Coder Social logo

Comments (5)

nikgraf avatar nikgraf commented on July 29, 2024 2

You could create multiple GraphQL endpoint, but I wouldn't recommend it. Internally we actually have one Lambda to handle the GraphQL queries which in the resolve functions calls other Lambdas (which we structured as microservices). Yes, this is a bit more expensive and adds a small overhead in terms of performance, but we decided to go that route to increase developer productivity and have clear separation.

Doing everything in one handler will work as well, but then I recommend to think about how to structure you code early on.

from serverless-graphql.

morgs32 avatar morgs32 commented on July 29, 2024

@nikgraf have an example? I'm wondering how you break out the query and ship it to another graphql server

from serverless-graphql.

nikgraf avatar nikgraf commented on July 29, 2024

@morgs32 sorry. Missed that. Unfortunately I don't have anything I can share with you 🙁

from serverless-graphql.

sid88in avatar sid88in commented on July 29, 2024

@nikgraf @morgs32 for multiple graphql endpoints you might wana to look at Schema Stitching : https://dev-blog.apollodata.com/graphql-schema-stitching-8af23354ac37

from serverless-graphql.

nikgraf avatar nikgraf commented on July 29, 2024

Totally!

from serverless-graphql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.