Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

The Explorer no longer supports graphql-lodash #380

Open
50bbx opened this issue Feb 17, 2023 · 0 comments
Open

The Explorer no longer supports graphql-lodash #380

50bbx opened this issue Feb 17, 2023 · 0 comments

Comments

@50bbx
Copy link

50bbx commented Feb 17, 2023

I tried using the https://studio.apollographql.com/public/star-wars-swapi/explorer?variant=current with graphql-lodash using this query:

query {
  allPeople {
    people {
      name
      filmConnection {
        films @_(map: "title") {
          title
        }
      }
    }
  }
}

But The Explorer says: Unknown directive "@_ Explorer no longer supports graphql-lodash usage.

Screeenshot:
image

I think the docs should be updated accordingly, specifically, this page

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant