To-Dos: use GlobalID scalar
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
Showing
Please register or sign in to comment