Giter VIP home page Giter VIP logo

Comments (5)

yasoob avatar yasoob commented on August 28, 2024 1

Hey @CDTiernan I haven't worked on this almost since I created the issue. I think @raguiar2 would be a better person to help on this :)

from strawberry-sqlalchemy.

mattalbr avatar mattalbr commented on August 28, 2024

I'm 90% sure the bug here is
tasks = relationship("Task", lazy="joined", back_populates="location", uselist=False)

When you set uselist to False, you're saying that there is only one value for "tasks". By doing it in both directions, you've configured this as a one-to-one relationship, when it really should be one to many (or many to one, I can never remember sqlalchemy's convention there).

from strawberry-sqlalchemy.

CDTiernan avatar CDTiernan commented on August 28, 2024

yasoob, would you be willing to give some more details on the Mapper section?

I am just starting out with this package and am also using SQLAlchemy. Currently, I can get queries without traversing relationships to work, but when I attempt to do so I get a threading error: "There is no current event loop in thread 'Thread-1'". I haven't been able to find the extension you are using.

Any help is appreciated, thanks!

from strawberry-sqlalchemy.

TimDumol avatar TimDumol commented on August 28, 2024

Hey @CDTiernan, are you using this on Flask w/o async? The package currently assumes an async context for the dataloader, which is probably why you're receiving that error

from strawberry-sqlalchemy.

CDTiernan avatar CDTiernan commented on August 28, 2024

Yup this was my issue-- although I am using Django. Switching from GraphQLView to AsyncGraphQLView fixed this issue.

Thanks for the help!

from strawberry-sqlalchemy.

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.