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
# Based on: https://github.com/graphql/graphql-js/blob/bc96406ab44453a120da25a0bd6e2b0237119ddf/src/language/__tests__/schema-kitchen-sink.graphql
109
109
let(:query_string){<<-schema
110
110
schema {
111
111
query: QueryType
@@ -128,7 +128,7 @@
128
128
# Scalar description
129
129
scalar CustomScalar
130
130
131
-
type AnnotatedObject @onObject(arg: "value") {
131
+
type AnnotatedObject implements Bar @onObject(arg: "value") {
132
132
annotatedField(arg: Type = "default" @onArg): Type @onField
0 commit comments