Commits
Click on a commit to change the comparison rangeUse tuples for all AST collection fields (instead of lists)
Prepares AST for immutability by using tuples instead of lists for
collection fields. This aligns with the JavaScript GraphQL library
which uses readonly arrays, and enables future frozen datastructures.3 days ago
by corydolphin