DefaultClientGraphQlResponse now parses the path to a field and creates the same parsed representation as GraphQL Java does and uses for GraphQLError paths. This makes it easier to correlate fields to field errors and eliminates the need for a dependency on JSONPath in the client. See gh-10