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
Client for GraphQL API. The GraphQL Client will implement the backend interface using the existing GraphQL queries and mutations. This separates the existing logic where the Client logic and GraphQL logic are coupled together. The GraphQL Client will be responsible for taking Fuel's backend-agnostic Rust types and converting them into a serializable format that GraphQL can send over the network. Similarly, the GraphQL Client will be responsible for receiving GraphQL server responses and converting GraphQL types back into Fuel Rust types.
The fuel-core-client already has own types decoupled from fuel-core. The GraphQL still can rely on fuel-core types since it is built on top of the fuel-core
Client for GraphQL API. The GraphQL Client will implement the backend interface using the existing GraphQL queries and mutations. This separates the existing logic where the Client logic and GraphQL logic are coupled together. The GraphQL Client will be responsible for taking Fuel's backend-agnostic Rust types and converting them into a serializable format that GraphQL can send over the network. Similarly, the GraphQL Client will be responsible for receiving GraphQL server responses and converting GraphQL types back into Fuel Rust types.
Blocked by:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: