Class GraphQLQueryResponse<T>

    • Constructor Detail

      • GraphQLQueryResponse

        public GraphQLQueryResponse()
    • Method Detail

      • getData

        public T getData()
        Get the response data.
      • getErrors

        public List<Map<String,​Object>> getErrors()
        Get any errors that happened while executing the query.
      • throwFirstErrorIfExists

        public void throwFirstErrorIfExists()
        Throw an exception for the first error returned by this response.