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
type Foo {
bar: Bar
bar_id: Int // Odd, but this clashes with the auto-generated `bar_id: ID` field and I dont know what will happen
}
type Bar {
foo: [Foo]
}
The text was updated successfully, but these errors were encountered:
For example, we have no tests for this schema:
The text was updated successfully, but these errors were encountered: