Code Monkey home page Code Monkey logo

Comments (5)

andrewjtech123 avatar andrewjtech123 commented on May 4, 2024 3

I should have some time to have a looky into this if you like. I will see about opening a PR. Cheers :)

from swapi-graphql.

andrewjtech123 avatar andrewjtech123 commented on May 4, 2024

That tutorial seems to be using completely different root types. Do you know if that tutorial has a GraphiQL associated with it ? seems like it should maybe align with what your doing in this repo though, unless I'm missing something

from swapi-graphql.

wincent avatar wincent commented on May 4, 2024

Thanks for bringing this up @andrewjtech123. If I understand correctly, it's not that the SWAPI schema and the tutorial schema diverged over time, but rather, the tutorial is based on a a much smaller hand-rolled schema (basically, this one) which was put together to test the reference implementation. They both happen to refer to the Star Wars universe, which has no doubt added to the confusion here.

I suspect we can probably fix this with a documentation update.

from swapi-graphql.

wincent avatar wincent commented on May 4, 2024

Closing this due to inactivity, but we'd still welcome any PRs that improve the documentation.

from swapi-graphql.

ml242 avatar ml242 commented on May 4, 2024

It is also worth seeing the live implementation here:
https://api.graphcms.com/simple/v1/swapi

where you can run a query like so:

{Planet( name: "Tatooine"){ population terrain residents(orderBy: birthYear_DESC){ name height hairColor birthYear } }

I am not sure if it would be possible to plug in the schema that graphCMS is using but I was able to grab the entire thing by using this library:

npm install -g get-graphql-schema

Sorry, I was getting my star wars api's confused here.

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