Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
iloveruning
/
graphql-java
Public
forked from
graphql-java/graphql-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
delete-root-node
User selector
All users
All time
Commit history
Commits on May 27, 2019
handle deleting root node
andimarek
committed
f9e2430
View commit details
Copy full SHA for f9e2430
Browse repository at this point
Merge pull request #1551 from graphql-java/node-zipper-modifications
Show description for 3a76c4a
andimarek
authored
3a76c4a
View commit details
Copy full SHA for 3a76c4a
Browse repository at this point
Commits on May 24, 2019
handle multiple change calls
andimarek
committed
7d60466
View commit details
Copy full SHA for 7d60466
Browse repository at this point
Commits on May 22, 2019
copy modification type correctly
andimarek
committed
4b9d3b8
View commit details
Copy full SHA for 4b9d3b8
Browse repository at this point
cleanup
andimarek
committed
81a1bfe
View commit details
Copy full SHA for 81a1bfe
Browse repository at this point
fix insertBefore/insertAfter order, more tests
andimarek
committed
59c1f6d
View commit details
Copy full SHA for 59c1f6d
Browse repository at this point
more complex changing
andimarek
committed
3fd3841
View commit details
Copy full SHA for 3fd3841
Browse repository at this point
add modificationType for NodeZipper to handle delete and insert
Show description for 69c3a82
andimarek
committed
69c3a82
View commit details
Copy full SHA for 69c3a82
Browse repository at this point
Commits on May 20, 2019
Merge pull request #1544 from graphql-java/visitWithControl
Show description for 6211b41
andimarek
authored
6211b41
View commit details
Copy full SHA for 6211b41
Browse repository at this point
add visitFieldWithControl to be able to influence the traversal control
andimarek
committed
ee866de
View commit details
Copy full SHA for ee866de
Browse repository at this point
Commits on May 15, 2019
Adds the ability to rename via the TypeInfo object (#1538)
bbakerman
authored
f210154
View commit details
Copy full SHA for f210154
Browse repository at this point
Commits on May 14, 2019
The CacheControl instance is now defaulted to non null (#1493)
bbakerman
authored
400d008
View commit details
Copy full SHA for 400d008
Browse repository at this point
Make InlineFragment implement DirectivesContainer (as it was missed) (#1519)
bbakerman
authored
4fd3721
View commit details
Copy full SHA for 4fd3721
Browse repository at this point
update path to not be null and test to match (#1526)
jmccaull
authored and
bbakerman
committed
f0d288c
View commit details
Copy full SHA for f0d288c
Browse repository at this point
fixes #1524 (#1525)
Show description for 9616132
wasche
authored and
bbakerman
committed
9616132
View commit details
Copy full SHA for 9616132
Browse repository at this point
Commits on May 8, 2019
make SourceLocationHelper public
andimarek
committed
cca4316
View commit details
Copy full SHA for cca4316
Browse repository at this point
Merge pull request #1530 from graphql-java/source-location-helper-public
Show description for b370703
andimarek
authored
b370703
View commit details
Copy full SHA for b370703
Browse repository at this point
make SourceLocationHelper public
andimarek
committed
7fc9fee
View commit details
Copy full SHA for 7fc9fee
Browse repository at this point
Merge pull request #1529 from graphql-java/field-additional-data
Show description for 439e342
andimarek
authored
439e342
View commit details
Copy full SHA for 439e342
Browse repository at this point
Commits on May 7, 2019
add additional field data property
andimarek
committed
84c7538
View commit details
Copy full SHA for 84c7538
Browse repository at this point
Commits on May 1, 2019
Fix schemadiff input recursion (#1518)
Show description for fccc0c7
grrttedwards
authored and
bbakerman
committed
fccc0c7
View commit details
Copy full SHA for fccc0c7
Browse repository at this point
The line numbers of elements are no longer off by one (#1513)
bbakerman
authored
61d7c7b
View commit details
Copy full SHA for 61d7c7b
Browse repository at this point
Commits on Apr 30, 2019
Merge pull request #1517 from graphql-java/merged-field-equal
Show description for 9214b60
andimarek
authored
9214b60
View commit details
Copy full SHA for 9214b60
Browse repository at this point
add equals/hashcode to merged field
andimarek
committed
2585bd7
View commit details
Copy full SHA for 2585bd7
Browse repository at this point
Added support for containsAllOf and containsAnyOf to dfselectionset (#1487)
bbakerman
authored
21dff06
View commit details
Copy full SHA for 21dff06
Browse repository at this point
Commits on Apr 9, 2019
Changed the PreParsedDocumentProvider so it has the full input and not just query string (#1483)
bbakerman
authored
bd9240c
View commit details
Copy full SHA for bd9240c
Browse repository at this point
Refactor cacheControl to more readable code (#1492)
fcristovao
authored and
bbakerman
committed
8bae13f
View commit details
Copy full SHA for 8bae13f
Browse repository at this point
Commits on Apr 8, 2019
Expose if data is present in ExecutionResult (#1491)
Show description for a8a273f
fcristovao
authored and
bbakerman
committed
a8a273f
View commit details
Copy full SHA for a8a273f
Browse repository at this point
result node adaptor now can delete children (#1489)
bbakerman
authored
636f7b5
View commit details
Copy full SHA for 636f7b5
Browse repository at this point
Commits on Apr 3, 2019
allow interfaces and unions as root parent type for traversal and transformations (#1486)
Show description for 800ea0d
andimarek
authored and
bbakerman
committed
800ea0d
View commit details
Copy full SHA for 800ea0d
Browse repository at this point
Commits on Mar 25, 2019
Added tests for object construction
bbakerman
committed
8ba2d1d
View commit details
Copy full SHA for 8ba2d1d
Browse repository at this point
Added with new error support to result node
bbakerman
committed
31d4cec
View commit details
Copy full SHA for 31d4cec
Browse repository at this point
add errors to all ERN
andimarek
authored and
bbakerman
committed
0759b8d
View commit details
Copy full SHA for 0759b8d
Browse repository at this point
Commits on Mar 22, 2019
fix withNewChildren to also copy the errors
andimarek
authored and
bbakerman
committed
10376ba
View commit details
Copy full SHA for 10376ba
Browse repository at this point
add errors to the root ERN
andimarek
authored and
bbakerman
committed
a35079e
View commit details
Copy full SHA for a35079e
Browse repository at this point
Previous
Next
You can’t perform that action at this time.