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
openfunstringField1(dataFetchingEnvironment: graphql.schema.DataFetchingEnvironment): java.util.concurrent.CompletableFuture<graphql.execution.DataFetcherResult<String?>> =throwNotImplementedError("DataFetcherResultCompletableFutureType.stringField1 must be implemented.")
8
+
openfunstringField2(dataFetchingEnvironment: graphql.schema.DataFetchingEnvironment): java.util.concurrent.CompletableFuture<graphql.execution.DataFetcherResult<String>> =throwNotImplementedError("DataFetcherResultCompletableFutureType.stringField2 must be implemented.")
9
+
openfunbooleanField1(dataFetchingEnvironment: graphql.schema.DataFetchingEnvironment): java.util.concurrent.CompletableFuture<graphql.execution.DataFetcherResult<Boolean?>> =throwNotImplementedError("DataFetcherResultCompletableFutureType.booleanField1 must be implemented.")
10
+
openfunbooleanField2(dataFetchingEnvironment: graphql.schema.DataFetchingEnvironment): java.util.concurrent.CompletableFuture<graphql.execution.DataFetcherResult<Boolean>> =throwNotImplementedError("DataFetcherResultCompletableFutureType.booleanField2 must be implemented.")
11
+
openfunintegerField1(dataFetchingEnvironment: graphql.schema.DataFetchingEnvironment): java.util.concurrent.CompletableFuture<graphql.execution.DataFetcherResult<Int?>> =throwNotImplementedError("DataFetcherResultCompletableFutureType.integerField1 must be implemented.")
12
+
openfunintegerField2(dataFetchingEnvironment: graphql.schema.DataFetchingEnvironment): java.util.concurrent.CompletableFuture<graphql.execution.DataFetcherResult<Int>> =throwNotImplementedError("DataFetcherResultCompletableFutureType.integerField2 must be implemented.")
13
+
openfunlistField(dataFetchingEnvironment: graphql.schema.DataFetchingEnvironment): java.util.concurrent.CompletableFuture<graphql.execution.DataFetcherResult<List<String>>> =throwNotImplementedError("DataFetcherResultCompletableFutureType.listField must be implemented.")
14
+
openfunlistField2(dataFetchingEnvironment: graphql.schema.DataFetchingEnvironment): java.util.concurrent.CompletableFuture<graphql.execution.DataFetcherResult<List<String?>>> =throwNotImplementedError("DataFetcherResultCompletableFutureType.listField2 must be implemented.")
15
+
openfunlistField3(dataFetchingEnvironment: graphql.schema.DataFetchingEnvironment): java.util.concurrent.CompletableFuture<graphql.execution.DataFetcherResult<List<String>?>> =throwNotImplementedError("DataFetcherResultCompletableFutureType.listField3 must be implemented.")
16
+
openfunlistField4(dataFetchingEnvironment: graphql.schema.DataFetchingEnvironment): java.util.concurrent.CompletableFuture<graphql.execution.DataFetcherResult<List<String?>?>> =throwNotImplementedError("DataFetcherResultCompletableFutureType.listField4 must be implemented.")
opensuspendfunstringField1(dataFetchingEnvironment: graphql.schema.DataFetchingEnvironment): graphql.execution.DataFetcherResult<String?> =throwNotImplementedError("DataFetcherResultSuspendType.stringField1 must be implemented.")
8
+
opensuspendfunstringField2(dataFetchingEnvironment: graphql.schema.DataFetchingEnvironment): graphql.execution.DataFetcherResult<String> =throwNotImplementedError("DataFetcherResultSuspendType.stringField2 must be implemented.")
9
+
opensuspendfunbooleanField1(dataFetchingEnvironment: graphql.schema.DataFetchingEnvironment): graphql.execution.DataFetcherResult<Boolean?> =throwNotImplementedError("DataFetcherResultSuspendType.booleanField1 must be implemented.")
10
+
opensuspendfunbooleanField2(dataFetchingEnvironment: graphql.schema.DataFetchingEnvironment): graphql.execution.DataFetcherResult<Boolean> =throwNotImplementedError("DataFetcherResultSuspendType.booleanField2 must be implemented.")
11
+
opensuspendfunintegerField1(dataFetchingEnvironment: graphql.schema.DataFetchingEnvironment): graphql.execution.DataFetcherResult<Int?> =throwNotImplementedError("DataFetcherResultSuspendType.integerField1 must be implemented.")
12
+
opensuspendfunintegerField2(dataFetchingEnvironment: graphql.schema.DataFetchingEnvironment): graphql.execution.DataFetcherResult<Int> =throwNotImplementedError("DataFetcherResultSuspendType.integerField2 must be implemented.")
13
+
opensuspendfunlistField(dataFetchingEnvironment: graphql.schema.DataFetchingEnvironment): graphql.execution.DataFetcherResult<List<String>> =throwNotImplementedError("DataFetcherResultSuspendType.listField must be implemented.")
14
+
opensuspendfunlistField2(dataFetchingEnvironment: graphql.schema.DataFetchingEnvironment): graphql.execution.DataFetcherResult<List<String?>> =throwNotImplementedError("DataFetcherResultSuspendType.listField2 must be implemented.")
15
+
opensuspendfunlistField3(dataFetchingEnvironment: graphql.schema.DataFetchingEnvironment): graphql.execution.DataFetcherResult<List<String>?> =throwNotImplementedError("DataFetcherResultSuspendType.listField3 must be implemented.")
16
+
opensuspendfunlistField4(dataFetchingEnvironment: graphql.schema.DataFetchingEnvironment): graphql.execution.DataFetcherResult<List<String?>?> =throwNotImplementedError("DataFetcherResultSuspendType.listField4 must be implemented.")
0 commit comments