public class StreamingGraphQL extends Object
Constructor and Description |
---|
StreamingGraphQL(graphql.schema.GraphQLSchema schema) |
Modifier and Type | Method and Description |
---|---|
void |
execute(com.fasterxml.jackson.core.JsonGenerator generator,
String requestString,
graphql.language.Document document,
String operationName,
Object context,
Map<String,Object> arguments) |
void |
execute(com.fasterxml.jackson.core.JsonGenerator generator,
String requestString,
String operationName,
Object context,
Map<String,Object> arguments) |
graphql.language.Document |
parseAndValidate(String query,
String operationName,
Map<String,Object> variables) |
public void execute(com.fasterxml.jackson.core.JsonGenerator generator, String requestString, graphql.language.Document document, String operationName, Object context, Map<String,Object> arguments) throws IOException
IOException
public void execute(com.fasterxml.jackson.core.JsonGenerator generator, String requestString, String operationName, Object context, Map<String,Object> arguments) throws IOException
IOException
Copyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.