apollographql/docs

The Explorer no longer supports graphql-lodash

Opened this issue · 0 comments

50bbx commented

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