## Description
Ungate access to the parts of the GraphQL schema that depend on
`tx_affected_addresses` as this has now been fully rolled out in the
indexer
## Test plan
```
sui$ cargo nextest run -p sui-graphql-rpc
sui$ cargo nextest run -p sui-graphql-e2e-tests
```
---
## Release notes
Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.
For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.
- [ ] Protocol:
- [ ] Nodes (Validators and Full nodes):
- [ ] Indexer:
- [ ] JSON-RPC:
- [x] GraphQL: Adds support for
`TransactionBlockFilter.affectedAddress`, and
`AddressTransactionBlockRelationship.AFFECTED` to find transactions
associated with any address they touch (sender, recipient, or payer).
- [ ] CLI:
- [ ] Rust SDK:
- [ ] REST API: