Giter Site home page Giter Site logo

Comments (7)

jcblw avatar jcblw commented on July 29, 2024

Actually ran into another one with the old version of Finch. Think this may be a break from a newer version of graphql or @graphql-tools/schema.

Screen Shot 2021-10-05 at 11 09 54 AM

from finch-graphql.

jcblw avatar jcblw commented on July 29, 2024

This one actually is happening with adding multiple middlewares.

from finch-graphql.

jcblw avatar jcblw commented on July 29, 2024

Ok cleaned up dependencies in this project, and it's working again with the old version of Finch. So def one of the peer dependencies in this instance.

from finch-graphql.

jcblw avatar jcblw commented on July 29, 2024

Thinking this is potentially from a graphql-middleware update. I am seeing it trying to use a new version of the @graphql-tools/schema. Still attempting to verify this is the case.

from finch-graphql.

jcblw avatar jcblw commented on July 29, 2024

Ok seems like I have been able to get this working our solution, which may be too much is

  "resolutions": {
    "graphql": "^15.6.0",
    "@graphql-tools/schema": "7.1.5",
    "graphql-middleware": "6.0.4"
  }

The issue seems to stem from graphql-middleware 6.1.x having version 8 of @graphql-tools/schema. This was causing the issues.

from finch-graphql.

jcblw avatar jcblw commented on July 29, 2024

Thinking we should pin the correct middleware here, make the peers more specific to help others avoid this.

from finch-graphql.

jcblw avatar jcblw commented on July 29, 2024

This was a misconfiguration, not an issue with this library closing this issue.

from finch-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.