1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/graphql
Sina Mahmoodi a236e03d00
graphql: fix data races (#26965)
Fixes multiple data races caused by the fact that resolving fields are done concurrently by the graphql library. It also enforces caching at the stateobject level for account fields.
2023-03-28 03:08:10 -04:00
..
graphiql.go
graphql.go graphql: fix data races (#26965) 2023-03-28 03:08:10 -04:00
graphql_test.go graphql: fix data races (#26965) 2023-03-28 03:08:10 -04:00
schema.go
service.go