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
GQL is a very strong contender for a non-REST API surface, at least for sheets.
There's a few stumbling blocks to implementing it, primarily centered around the effectively dynamic nature of the sheet schema at runtime - many (rust) GQL libraries expect a singular static schema.
One of the best bets as of last look into this was juniper, which a community member built an example dynamic schema builder for here.
Further research is required.
async-graphql has very recently landed dynamic schema generation, and looks like it'll be included in an upcoming v5 of the library.
The text was updated successfully, but these errors were encountered:
GQL is a very strong contender for a non-REST API surface, at least for sheets.
There's a few stumbling blocks to implementing it, primarily centered around the effectively dynamic nature of the sheet schema at runtime - many (rust) GQL libraries expect a singular static schema.
One of the best bets as of last look into this was juniper, which a community member built an example dynamic schema builder for here.
Further research is required.
async-graphql has very recently landed dynamic schema generation, and looks like it'll be included in an upcoming v5 of the library.
The text was updated successfully, but these errors were encountered: