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

The '!' doesn't work in the Input

Open qwwwpp opened this issue 4 years ago • 0 comments

The library will not throw exception if I pass null value to the required field. For example, if I define

input TaskInput {
  name: String!,
}

I can set name to null or even don't provide this field at all.

qwwwpp avatar Feb 25 '20 19:02 qwwwpp