Code Monkey home page Code Monkey logo

Comments (5)

mickhansen avatar mickhansen commented on August 24, 2024

That query is the results of our include.separate code, not sure if there's an issue with order and that. It's likely a sequelize prbolem in this case.

You might want to look at implementing connections, they have pretty good support from this lib now.

from graphql-sequelize.

bringking avatar bringking commented on August 24, 2024

Hmm I haven't heard about connections. Are they a relay feature or something in graphql?

from graphql-sequelize.

mickhansen avatar mickhansen commented on August 24, 2024

It's part of the relay spec for graphql, but the entire pattern works well overall i think

from graphql-sequelize.

janlarsson avatar janlarsson commented on August 24, 2024

Dont know if this is sequelize or not. But with nested "hasMany" there is a problem. If I set limit:1 then the first user gets repeated the total number of user times in the result. If I just add offset:0 it works fine.

I think it works fine with a connection.

I'm new to sequelize and graphql so appolgies if I missed something obvious I should have known. At least there is an easy way around this.

{
viewer {
mmk {
authproviders {
users(limit:2, offset:0) {
name
}
}
}
}
}

from graphql-sequelize.

stale avatar stale commented on August 24, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from graphql-sequelize.

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.