- execute(String) - Method in interface com.netflix.graphql.dgs.DgsQueryExecutor
-
- execute(String, Map<String, Object>) - Method in interface com.netflix.graphql.dgs.DgsQueryExecutor
-
- execute(String, Map<String, Object>, String) - Method in interface com.netflix.graphql.dgs.DgsQueryExecutor
-
- execute(String, Map<String, Object>, Map<String, Object>, HttpHeaders) - Method in interface com.netflix.graphql.dgs.DgsQueryExecutor
-
- execute(String, Map<String, Object>, Map<String, Object>, HttpHeaders, String, WebRequest) - Method in interface com.netflix.graphql.dgs.DgsQueryExecutor
-
Executes a GraphQL query.
- executeAndExtractJsonPath(String, String) - Method in interface com.netflix.graphql.dgs.DgsQueryExecutor
-
Executes a GraphQL query, parses the returned data, and uses a Json Path to extract specific elements out of the data.
- executeAndExtractJsonPath(String, String, Map<String, Object>) - Method in interface com.netflix.graphql.dgs.DgsQueryExecutor
-
Executes a GraphQL query, parses the returned data, and uses a Json Path to extract specific elements out of the data.
- executeAndExtractJsonPath(String, String, HttpHeaders) - Method in interface com.netflix.graphql.dgs.DgsQueryExecutor
-
Executes a GraphQL query, parses the returned data, and uses a Json Path to extract specific elements out of the data.
- executeAndExtractJsonPathAsObject(String, String, Class<T>) - Method in interface com.netflix.graphql.dgs.DgsQueryExecutor
-
Executes a GraphQL query, parses the returned data, extracts a value using JsonPath, and converts that value into the given type.
- executeAndExtractJsonPathAsObject(String, String, Map<String, Object>, Class<T>) - Method in interface com.netflix.graphql.dgs.DgsQueryExecutor
-
Executes a GraphQL query, parses the returned data, extracts a value using JsonPath, and converts that value into the given type.
- executeAndExtractJsonPathAsObject(String, String, Map<String, Object>, Class<T>, HttpHeaders) - Method in interface com.netflix.graphql.dgs.DgsQueryExecutor
-
Executes a GraphQL query, parses the returned data, extracts a value using JsonPath, and converts that value into the given type.
- executeAndExtractJsonPathAsObject(String, String, TypeRef<T>) - Method in interface com.netflix.graphql.dgs.DgsQueryExecutor
-
Executes a GraphQL query, parses the returned data, extracts a value using JsonPath, and converts that value into the given type.
- executeAndExtractJsonPathAsObject(String, String, Map<String, Object>, TypeRef<T>) - Method in interface com.netflix.graphql.dgs.DgsQueryExecutor
-
Executes a GraphQL query, parses the returned data, extracts a value using JsonPath, and converts that value into the given type.
- executeAndExtractJsonPathAsObject(String, String, Map<String, Object>, TypeRef<T>, HttpHeaders) - Method in interface com.netflix.graphql.dgs.DgsQueryExecutor
-
Executes a GraphQL query, parses the returned data, extracts a value using JsonPath, and converts that value into the given type.
- executeAndGetDocumentContext(String) - Method in interface com.netflix.graphql.dgs.DgsQueryExecutor
-
Executes a GraphQL query, parses the returned data, and return a DocumentContext.
- executeAndGetDocumentContext(String, Map<String, Object>) - Method in interface com.netflix.graphql.dgs.DgsQueryExecutor
-
Executes a GraphQL query, parses the returned data, and return a DocumentContext.
- executeAndGetDocumentContext(String, Map<String, Object>, HttpHeaders) - Method in interface com.netflix.graphql.dgs.DgsQueryExecutor
-
Executes a GraphQL query, parses the returned data, and return a DocumentContext.