docs
docs copied to clipboard
The Explorer no longer supports graphql-lodash
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:
I think the docs should be updated accordingly, specifically, this page