Skip to content

RFC: Fragment-arguments/experimental featuresΒ #3209

@JoviDeCroock

Description

@JoviDeCroock

Is your feature request related to a problem? Please describe.

I have been picking up the Fragment Arguments spec for GraphQL, however it is hard to find a good testbed for this outside of the reference implementation.

My goal with this would be for much like we do with JS-features to already implement it in a few clients/servers.

The above imply that we'd implement the custom executor/validator/... as part of the execute used in GraphQL-Yoga and that in urql we'd still leverage graphql.web to parse fragment arguments.

That being said we're still faced with the issue of how to parse GraphQL requests in Yoga to accomodate for Fragment Arguments.

Describe the solution you'd like

We add support for experimentalFragmentArguments in GraphQL Yoga and we can allow folks to adopt it through urql (or anyone else choosing to adopt it) as a GraphQL Client. This gives us a window of feedback to advance the spec.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions