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 2ae3d85 commit 437fd97Copy full SHA for 437fd97
marklogic-client-api/src/test/java/com/marklogic/client/test/rows/GraphQLTest.java
@@ -16,7 +16,7 @@
16
import static org.junit.jupiter.api.Assertions.assertTrue;
17
18
@ExtendWith(RequiresML11.class)
19
-@Disabled("Disabled on 12-nightly until the GraphQL modules are fixed.")
+//@Disabled("Disabled on 12-nightly until the GraphQL modules are fixed.")
20
public class GraphQLTest extends AbstractOpticUpdateTest {
21
22
private final static String QUERY = "query myQuery { opticUnitTest_musician {firstName lastName}}";
0 commit comments