We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be39f6 commit 80a443eCopy full SHA for 80a443e
src/test/java/graphql/annotations/connection/GraphQLSimpleConnectionTest.java
@@ -28,6 +28,7 @@ public class GraphQLSimpleConnectionTest {
28
@BeforeMethod
29
public void init() {
30
GraphQLAnnotations.getInstance().getTypeRegistry().clear();
31
+ GraphQLAnnotations.getInstance().getContainer().getProcessing().clear();
32
}
33
34
@Test
0 commit comments