-
Alex Kalderimis authored
This uses the new GlobalID scalar type which provides the following advantages: - more declarative, intentional code: readers of our schema and queries can more easily see what values are valid. - more robust resolution and mutation. We get validations for free by using these types, particularly if we use the parameterized variants. - We can remove some manual casting for fields
04cbb3b9