@Internal public class GraphQLQueryResponse<T> extends Object
Constructor and Description |
---|
GraphQLQueryResponse() |
Modifier and Type | Method and Description |
---|---|
T |
getData()
Get the response data.
|
List<Map<String,Object>> |
getErrors()
Get any errors that happened while executing the query.
|
void |
throwFirstErrorIfExists()
Throw an exception for the first error returned by this response.
|
public T getData()
public List<Map<String,Object>> getErrors()
public void throwFirstErrorIfExists()
Copyright © 2003–2018 Atlassian. All rights reserved.