Skip to content

Add support for Wildcards #942

Open
Open
@ollyde

Description

@ollyde

We need to sync our models from server to client. So also need to convert them from JSON exactly. With GraphQL this is becoming very painful.

Here's what we have to do for the hundreds of models in the project.
Screenshot 2022-05-03 at 16 10 28

Then for each query we need to remember to add these fields otherwise it breaks.
Screenshot 2022-05-03 at 16 11 31

A simple "*" wildcard would solve a lot of issues with GraphQL, the option is already supported on Apollo GraphQL web browser, just one little step to make it feasible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions