Giter VIP home page Giter VIP logo

graphql-batch-example's People

Contributors

rmosolgo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

graphql-batch-example's Issues

Update to latest graphql-batch

Hi @rmosolgo ,
Thanks for all the effort you are putting in graphql related gems.

This example has been quite helpful to me but I have no clue about how to update it to work with latest graphql-batch :(
Would you consider updating this example or giving some hints to do so myself?

Calling ForeignKeyLoader.for(*args).load with an array of length 1

I am working on an application that implements a ForeignKeyLoader similar to the one you have written in good_schema/foreign_key_loader.rb

However, I noticed that when this loader is used in your schema.rb, you call it as such:

ForeignKeyLoader.for(MTG::Card, :expansion_id).load([obj.id])

Is there an advantage to wrapping obj.id in an array? I see that the ForeignKeyLoader breaks if these are not present due to the line:

matching_records = records.select { |r| foreign_value_set.include?(r.send(@foreign_key)) }

in the loader.

If we change the .include? to ==, the array is no longer needed. Is there another advantage to wrapping the argument in an array that I may not be seeing?

Thanks!

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.