You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Client must be configurable to interface with any backend. The Client communicates with the backends using a backend client. To maximize modularity, we want to introduce an interface (a Rust trait or traits) that define the possible operations (queries, mutations, subscriptions) that the backend supports.
Backend clients will implement this interface, and the Client can choose whichever backend client it desires to use at compile time:
The Client must be configurable to interface with any backend. The Client communicates with the backends using a backend client. To maximize modularity, we want to introduce an interface (a Rust trait or traits) that define the possible operations (queries, mutations, subscriptions) that the backend supports.
Backend clients will implement this interface, and the Client can choose whichever backend client it desires to use at compile time:
FuelService
Blocked by:
fuel-client-core
instead of GraphQL types #1121Acceptance Criteria:
The text was updated successfully, but these errors were encountered: