teamwalnut / graphql-ppx

GraphQL language primitives for ReScript/ReasonML written in ReasonML
https://graphql-ppx.com
MIT License
257 stars 53 forks source link

Type checking for InputObject arguments. #276

Open amiralies opened 2 years ago

amiralies commented 2 years ago

I think they are not supported.

assume you have this mutation.

  mutation updateX(
    $fooInput: Foo!
  ) {
    updateX(input: $fooInput)
  }

you can use any input type instead of Foo! as long as it is in schema.