Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix NextJS and Gatsby sections on using a GraphQL IDE #1445

Merged
merged 10 commits into from
Aug 29, 2022

Commits on Aug 26, 2022

  1. fix: NextJS and Gatsby getting started steps that were swapped

    Only Gatsby provides GraphiQL to explore the API via http://localhost:8000/__graphql. Our NextJS starter doesn't provide something similar, so the section about the using GraphQL Playground is more suitable to it. The section names were inverted.
    filipewl committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    5524157 View commit details
    Browse the repository at this point in the history
  2. fix: A GraphiQL mention instead of GraphQL Playground

    But are GraphQL IDEs, but different ones at that.
    filipewl committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    53e2c86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    351d740 View commit details
    Browse the repository at this point in the history
  4. chore: Generalize "GraphQL IDE" instead of singling out just GraphiQL

    GraphiQL is just for Gatsby so it doesn't make sense to single it out.
    filipewl committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    ade518b View commit details
    Browse the repository at this point in the history
  5. Revert "chore: Generalize "GraphQL IDE" instead of singling out just …

    …GraphiQL"
    
    This reverts commit ade518b.
    
    Let's keep this change simple!
    filipewl committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    9f3fb48 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15b7011 View commit details
    Browse the repository at this point in the history
  7. Changing links

    PedroAntunesCosta committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    1e87980 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4488285 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f1cc89e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6b17ce5 View commit details
    Browse the repository at this point in the history