Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphQL server #1123

Open
1 of 4 tasks
bvrooman opened this issue Apr 12, 2023 · 1 comment
Open
1 of 4 tasks

GraphQL server #1123

bvrooman opened this issue Apr 12, 2023 · 1 comment
Labels
graphql-api Affects API of the GraphQL

Comments

@bvrooman
Copy link
Contributor

bvrooman commented Apr 12, 2023

GraphQL Server. The GraphQL Server serves the GraphQL API that is available to the client. The GraphQL Server is a wrapper for the FuelService Rust API and is responsible for converting GraphQL types into backend-agnostic Rust types that the FuelService API can use.

Blocked by:

Acceptance Criteria:

  • Move existing GraphQL server logic over to a new GraphQL Server implementation
  • The GraphQL Server API exposes all queries and mutations necessary
  • The GraphQL Server wraps the FuelService API
@MitchTurner
Copy link
Member

From what we can gather from offline context, this is about moving the the GraphQL code out of the fuel-core service, and have it be it's own service (possibly along with an indexer service, etc for off-chain data).

Seems like this would be a different approach to #1569

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
graphql-api Affects API of the GraphQL
Projects
None yet
Development

No branches or pull requests

2 participants