Enable JSONPath for GraphQL record extraction
The current expectation for a graphql response is that its structure would match the stream name. There are occasions, however, when this is not the case. In such situations there is currently a need to override the
parse_responsemethod, but it would be more straightforward to use a consistent approach to the parent RESTStream and simply set therecords_jsonpathvariable.