Rust APIs in FuelService
to communicate with service layer
#1127
Labels
graphql-api
Affects API of the GraphQL
FuelService
to communicate with service layer
#1127
Currently, services in
fuel-core
, such as the Tx Pool, are invoked directly by GraphQL resolvers at the server API level. This creates a tight coupling between GraphQL and the services. Instead, we want to abstract service layer interaction by introducing a Rust API that has parity with the GraphQL API.GraphQL resolvers can then use this API to talk indirectly with the needed services (see #1123)
Acceptance Criteria:
FuelService
to provide feature-parityasync-graphql
server contextFuelService
(orSharedData
) is available to theasync-graphql
server contextThe text was updated successfully, but these errors were encountered: