graphql-ppx icon indicating copy to clipboard operation
graphql-ppx copied to clipboard

Type checking for InputObject arguments.

Open amiralies opened this issue 2 years ago • 0 comments

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.

amiralies avatar Mar 07 '22 09:03 amiralies