• Sina Mahmoodi's avatar
    graphql: fix data races (#26965) · a236e03d
    Sina Mahmoodi authored
    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.
    a236e03d
graphql_test.go 15.6 KB