https://gdev-indexer-graphiql.p2p.legal/
is still improperly configured.
In the meanwhile, I suggest installing Altaïr GraphQL client as a browser extension: https://altairgraphql.dev/
And connect to https://gdev-indexer.p2p.legal/v1/graphql
Then you can write your requests:
query MyQuery {
account_by_pk(pubkey: "5EnvpRdqmkScdZLqngejbtL47SQs8FCSe4ddUHkudbEcNZcf") {
identity {
name
}
}
}