Skip to content

apollo-compiler@0.9.3

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 01 Jun 09:15
· 524 commits to main since this release
a32ac89

Fixes

  • fix nullable / non-nullable validations inside lists, by lrlna in pull/567

    Providing a variable of type [Int!]! to an argument of type [Int] is now allowed.

Maintenance