relay-tools / vscode-apollo-relay

Simple configuration of vscode-apollo for Relay projects.
MIT License
49 stars 13 forks source link

Add validation of fragment argument `defaultValue` type #1

Closed alloy closed 5 years ago

alloy commented 5 years ago

i.e. the following should fail validation:

fragment SuchAndSuch on Foo @argumentDefinitions(type: "String", defaultValue: 10) {
  # ...
}