Skip to content

Commit 6005e8e

Browse files
committed
original scalar still present in the schema
1 parent f5b123f commit 6005e8e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/groovy/graphql/schema/SchemaTransformerTest.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,8 +846,9 @@ type Query {
846846

847847
def schema = TestUtil.schema("""
848848
scalar Foo
849+
directive @myDirective(foo: Foo) on FIELD_DEFINITION
849850
type Query {
850-
field : Foo
851+
field : Foo @myDirective
851852
}
852853
""")
853854

0 commit comments

Comments
 (0)