Skip to content

GraqhQL #3

Description

@ackwell

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions