Skip to content

Add getter for validationErrors#2

Merged
andimarek merged 1 commit intographql-java:masterfrom
hannesj:master
Jul 16, 2015
Merged

Add getter for validationErrors#2
andimarek merged 1 commit intographql-java:masterfrom
hannesj:master

Conversation

@hannesj
Copy link
Copy Markdown
Contributor

@hannesj hannesj commented Jul 16, 2015

No description provided.

@andimarek andimarek merged this pull request into graphql-java:master Jul 16, 2015
@andimarek
Copy link
Copy Markdown
Member

thanks

@andimarek
Copy link
Copy Markdown
Member

@hannesj just wanted to let you know that I fixed some minor issue in the git history with push force .. so don't be confused when you see different hashs. I'm sorry for that ... a history rewrite should never happen again. Thanks again for using graphql-java and contributing!

@gkesler gkesler mentioned this pull request Jun 11, 2019
dondonz added a commit that referenced this pull request Apr 3, 2026
… CompletableFuture allocation in executeObject's sync path, and cached max result nodes lookup to eliminate ~30M+ unnecessary object allocations per 10M-element list execution.
dondonz added a commit that referenced this pull request Apr 4, 2026
… overlapping field validation: replaced ImmutableList path copies with ArrayList stack, switched LinkedHashSet to HashSet for dedup sets, shared visitedFragments across merge loop, and added single-element entry fast-paths.
dondonz added a commit that referenced this pull request Apr 4, 2026
…creation (~66K/op), MergedSelectionSet construction (~5.5K/op), and optimized Async.Many.await() for the fully-materialized case by using CompletableFuture.completedFuture() instead of new+complete.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants