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
{{ message }}
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
We ideally want to keep GraphQL usage on the web API
We're using GraphQL syntax to define our data models (regardless of the outcome of this issue) so it would be nice to stay consistent, and other projects at Fuel use GraphQL
In order to avoid Remove GraphQL web API #1066, we need to figure out some way to integrate our web server (axum), our GraphQL usage (async-graphql), and our data layer (sqlx)
The Graph solved for this by just hand-rolling everything
The text was updated successfully, but these errors were encountered:
ra0x3
added
enhancement
big
breaking
This is a change that will break some component of the project once merged to origin/develop
and removed
breaking
This is a change that will break some component of the project once merged to origin/develop
labels
Jul 25, 2023
graph-graphql
crate, we could most definitely take inspiration from how they're doing thingsTasks
ColumnType
usage #1325Implementfuel_indexer_graphql_dyn::store::Store
for dynamic schema resolution #1310PascalCase
GraphQL object names intosnake_case
SQL table names #960u128
and other large integer types infuel-indexer-graphql
#858The text was updated successfully, but these errors were encountered: