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 }}
JavaSleep89
/
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
Breadcrumbs
History for
graphql-java
src
main
java
graphql
normalized
on
master
User selector
All users
All time
Commit history
Commits on Aug 22, 2023
more doc
russellyou
committed
bbc8af7
View commit details
Copy full SHA for bbc8af7
View code at this point
Browse repository at this point
write query directives from ENF to AST
russellyou
committed
15e2c1e
View commit details
Copy full SHA for 15e2c1e
View code at this point
Browse repository at this point
write query directives from ENF to AST
russellyou
committed
33b59d6
View commit details
Copy full SHA for 33b59d6
View code at this point
Browse repository at this point
Commits on Jul 12, 2023
Add docs
gnawf
committed
d1dd724
View commit details
Copy full SHA for d1dd724
View code at this point
Browse repository at this point
Add max depth option to ExecutableNormalizedOperationFactory
gnawf
committed
c15da42
View commit details
Copy full SHA for c15da42
View code at this point
Browse repository at this point
Commits on Jun 7, 2023
Java doc fixups and some renaming
bbakerman
committed
861c4d7
View commit details
Copy full SHA for 861c4d7
View code at this point
Browse repository at this point
Commits on Jun 6, 2023
Move ref down closer to usage
gnawf
committed
52e229e
View commit details
Copy full SHA for 52e229e
View code at this point
Browse repository at this point
Amend doco
gnawf
committed
c083b64
View commit details
Copy full SHA for c083b64
View code at this point
Browse repository at this point
Remove redundant suppress
gnawf
committed
1acc7a4
View commit details
Copy full SHA for 1acc7a4
View code at this point
Browse repository at this point
Better name
gnawf
committed
1733ae6
View commit details
Copy full SHA for 1733ae6
View code at this point
Browse repository at this point
Refactor
gnawf
committed
12e7534
View commit details
Copy full SHA for 12e7534
View code at this point
Browse repository at this point
Improve ENF isConditional performance
gnawf
committed
c71c15f
View commit details
Copy full SHA for c71c15f
View code at this point
Browse repository at this point
Commits on May 22, 2023
Added schema to decision env
bbakerman
committed
9557b1d
View commit details
Copy full SHA for 9557b1d
View code at this point
Browse repository at this point
Allow pluggable conditional node support
bbakerman
committed
247df24
View commit details
Copy full SHA for 247df24
View code at this point
Browse repository at this point
Commits on Apr 13, 2023
This makes the ENF code public - merged in master
bbakerman
committed
f06f19d
View commit details
Copy full SHA for f06f19d
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into enf_as_api
Show description for fae6013
bbakerman
committed
fae6013
View commit details
Copy full SHA for fae6013
View code at this point
Browse repository at this point
This makes the ENF code public - more tweaks
bbakerman
committed
353668e
View commit details
Copy full SHA for 353668e
View code at this point
Browse repository at this point
This makes the ENF code public
bbakerman
committed
ee4e67c
View commit details
Copy full SHA for ee4e67c
View code at this point
Browse repository at this point
Commits on Dec 8, 2022
The ability to get query directives in ENF land - java doc
bbakerman
committed
2c3aa59
View commit details
Copy full SHA for 2c3aa59
View code at this point
Browse repository at this point
The ability to get query directives in ENF land - code refactor
bbakerman
committed
eee23e1
View commit details
Copy full SHA for eee23e1
View code at this point
Browse repository at this point
Commits on Dec 7, 2022
The ability to get query directives in ENF land - tweaks and more tests
bbakerman
committed
117fa41
View commit details
Copy full SHA for 117fa41
View code at this point
Browse repository at this point
The ability to get query directives in ENF land
bbakerman
committed
f75145c
View commit details
Copy full SHA for f75145c
View code at this point
Browse repository at this point
Commits on Nov 20, 2022
Helper for getting fields based on object type name (#3016)
bbakerman
authored
12def0f
View commit details
Copy full SHA for 12def0f
View code at this point
Browse repository at this point
Commits on Aug 22, 2022
Adding Locale to Coercing and hence ValueResolver (#2912)
Show description for e7409ac
bbakerman
authored
e7409ac
View commit details
Copy full SHA for e7409ac
View code at this point
Browse repository at this point
Commits on Aug 16, 2022
Remove reference to nextgen Common util
dondonz
committed
05f4105
View commit details
Copy full SHA for 05f4105
View code at this point
Browse repository at this point
Commits on Aug 8, 2022
Add smaller set first optimisation
dondonz
committed
b710226
View commit details
Copy full SHA for b710226
View code at this point
Browse repository at this point
Commits on Aug 4, 2022
Cheaper calculation for narrowing down possible objects in ENO
dondonz
committed
4256831
View commit details
Copy full SHA for 4256831
View code at this point
Browse repository at this point
Commits on Jul 14, 2022
Make ValuesResolver methods static
dondonz
committed
b69b9d8
View commit details
Copy full SHA for b69b9d8
View code at this point
Browse repository at this point
Commits on Jun 20, 2022
RawVariables and CoercedVariables are public API (#2868)
bbakerman
authored
6090f3c
View commit details
Copy full SHA for 6090f3c
View code at this point
Browse repository at this point
Commits on Jun 8, 2022
This fixes the ImmutableMap .map problem where lists can have null inner values (#2848)
bbakerman
authored
a2ac2a8
View commit details
Copy full SHA for a2ac2a8
View code at this point
Browse repository at this point
Commits on May 24, 2022
Raw and Coerced Variables refactor (#2802)
Show description for 86d5443
dondonz
authored
86d5443
View commit details
Copy full SHA for 86d5443
View code at this point
Browse repository at this point
Use ImmutableKit emptyMap and emptyList (#2829)
Show description for 6060676
bbakerman
authored
6060676
View commit details
Copy full SHA for 6060676
View code at this point
Browse repository at this point
JavaDoc fix ups - stop warnings on command line (#2832)
bbakerman
authored
671caf5
View commit details
Copy full SHA for 671caf5
View code at this point
Browse repository at this point
Commits on May 17, 2022
Parse input type correctly (#2820)
Show description for 15a70e5
russellyou
authored
15a70e5
View commit details
Copy full SHA for 15a70e5
View code at this point
Browse repository at this point
Commits on May 5, 2022
Changed VariableAccumulator so it can represent itself with null values (#2816)
Show description for a3a13d8
bbakerman
authored
a3a13d8
View commit details
Copy full SHA for a3a13d8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.