You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was writing a test for implicit schema definitions we are now handling in #678, and realised there is no way to compare that a schema definition exists from our snapshot tests. It'd be useful to see that with type Query { name: String } compiler's document representation indeed contains a schema definition in snapshots.
The text was updated successfully, but these errors were encountered:
I was writing a test for implicit schema definitions we are now handling in #678, and realised there is no way to compare that a schema definition exists from our snapshot tests. It'd be useful to see that with
type Query { name: String }
compiler's document representation indeed contains a schema definition in snapshots.The text was updated successfully, but these errors were encountered: