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 }}
Talank
/
graphql-java_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_graphql-java
src
on
update-documentation-examples
User selector
All users
All time
Commit history
Commits on Dec 18, 2024
Fix deprecated directive method
dondonz
committed
7797be0
View commit details
Copy full SHA for 7797be0
View code at this point
Browse repository at this point
Use GraphQLContext in datafetching examples
dondonz
committed
b25ee98
View commit details
Copy full SHA for b25ee98
View code at this point
Browse repository at this point
Fix SDL example
dondonz
committed
776ec29
View commit details
Copy full SHA for 776ec29
View code at this point
Browse repository at this point
Commits on Dec 9, 2024
Now there are zero javadoc errors during compile (#3770)
bbakerman
authored
35760dc
View commit details
Copy full SHA for 35760dc
View code at this point
Browse repository at this point
Commits on Dec 8, 2024
Adding hashcode and equals for defer & stream payloads (#3769)
Show description for 46c0323
dondonz
authored
46c0323
View commit details
Copy full SHA for 46c0323
View code at this point
Browse repository at this point
Commits on Dec 7, 2024
Removing some methods deprecated for more than 1 year
dondonz
committed
837f60c
View commit details
Copy full SHA for 837f60c
View code at this point
Browse repository at this point
Commits on Dec 5, 2024
Merge pull request #3759 from graphql-java/3736-deprecated-reason
Show description for 08cf170
dondonz
authored
08cf170
View commit details
Copy full SHA for 08cf170
View code at this point
Browse repository at this point
Commits on Dec 4, 2024
ResultPath: Check object type before casting to int (#3765)
Show description for 7e5987e
alex-cova
authored
7e5987e
View commit details
Copy full SHA for 7e5987e
View code at this point
Browse repository at this point
Update SchemaDirectiveWiringEnvironment.java (#3764)
Show description for 3e5c77b
rafaeldcfarias
authored
3e5c77b
View commit details
Copy full SHA for 3e5c77b
View code at this point
Browse repository at this point
Commits on Dec 1, 2024
Tidy up
dondonz
committed
a95cc02
View commit details
Copy full SHA for a95cc02
View code at this point
Browse repository at this point
Update anonymizer
dondonz
committed
0a1559b
View commit details
Copy full SHA for 0a1559b
View code at this point
Browse repository at this point
Update schema generator test
dondonz
committed
017f8ac
View commit details
Copy full SHA for 017f8ac
View code at this point
Browse repository at this point
Update schema printer tests
dondonz
committed
b3c99aa
View commit details
Copy full SHA for b3c99aa
View code at this point
Browse repository at this point
Make deprecated reason non-null
dondonz
committed
4b4935f
View commit details
Copy full SHA for 4b4935f
View code at this point
Browse repository at this point
Commits on Nov 28, 2024
Added support for reactive Publishers to be returned from data fetchers (#3731)
Show description for d854425
bbakerman
authored
d854425
View commit details
Copy full SHA for d854425
View code at this point
Browse repository at this point
DataLoader on Mutations and Queries (#3737)
Show description for 7fe1826
bbakerman
and
andimarek
authored
7fe1826
View commit details
Copy full SHA for 7fe1826
View code at this point
Browse repository at this point
Commits on Nov 27, 2024
Merge pull request #3753 from graphql-java/3661-invalid-error-location
Show description for 1598445
dondonz
authored
1598445
View commit details
Copy full SHA for 1598445
View code at this point
Browse repository at this point
Commits on Nov 26, 2024
Use a singleton PropertyFetcher by default - deprecated DFF method
bbakerman
committed
b13b7c8
View commit details
Copy full SHA for b13b7c8
View code at this point
Browse repository at this point
Use a singleton PropertyFetcher by default - tweaked tests moar
bbakerman
committed
9ca4d30
View commit details
Copy full SHA for 9ca4d30
View code at this point
Browse repository at this point
Use a singleton PropertyFetcher by default - tweaked tests
bbakerman
committed
886d745
View commit details
Copy full SHA for 886d745
View code at this point
Browse repository at this point
Merge branch 'singeton_property_data_fetcher' into no_df_if_codereg_default
Show description for d1b132a
bbakerman
committed
d1b132a
View commit details
Copy full SHA for d1b132a
View code at this point
Browse repository at this point
Use a singleton PropertyFetcher by default - broke out the code into a SingletonPropertyDataFetcher class
bbakerman
committed
424cac7
View commit details
Copy full SHA for 424cac7
View code at this point
Browse repository at this point
Commits on Nov 25, 2024
Use a singleton PropertyFetcher by default - now with SchemaGeneratorHelper that does NOT put in an entry for defaulted values- DFF tweaked
bbakerman
committed
b8b2e26
View commit details
Copy full SHA for b8b2e26
View code at this point
Browse repository at this point
Use a singleton PropertyFetcher by default - now with SchemaGeneratorHelper that does NOT put in an entry for defaulted values
bbakerman
committed
70bac09
View commit details
Copy full SHA for 70bac09
View code at this point
Browse repository at this point
Use a singleton PropertyFetcher by default - tweaked test wiring and mocks
bbakerman
committed
b8bfd4b
View commit details
Copy full SHA for b8bfd4b
View code at this point
Browse repository at this point
Use a singleton PropertyFetcher by default - tweaked test wiring
bbakerman
committed
612084e
View commit details
Copy full SHA for 612084e
View code at this point
Browse repository at this point
Use a singleton PropertyFetcher by default - renamed back to env for diff reasons
bbakerman
committed
0d80213
View commit details
Copy full SHA for 0d80213
View code at this point
Browse repository at this point
Use a singleton PropertyFetcher by default - schema generator will use it
bbakerman
committed
a5a22c0
View commit details
Copy full SHA for a5a22c0
View code at this point
Browse repository at this point
Use a singleton PropertyFetcher by default
bbakerman
committed
689e401
View commit details
Copy full SHA for 689e401
View code at this point
Browse repository at this point
Commits on Nov 24, 2024
Filter out negative line and column locations from toSpecification
dondonz
committed
69569de
View commit details
Copy full SHA for 69569de
View code at this point
Browse repository at this point
Commits on Nov 16, 2024
Merge pull request #3720 from AlexandreCarlton/add-equals-hashcode-for-graphqlerrorimpl
Show description for 4703692
bbakerman
authored
4703692
View commit details
Copy full SHA for 4703692
View code at this point
Browse repository at this point
Include more thorough testing of GraphqlErrorImpl#equals/hashCode
Show description for 25a3b9f
AlexandreCarlton
committed
25a3b9f
View commit details
Copy full SHA for 25a3b9f
View code at this point
Browse repository at this point
Commits on Nov 13, 2024
initial tests for regular performance testing
andimarek
committed
702ae2e
View commit details
Copy full SHA for 702ae2e
View code at this point
Browse repository at this point
Commits on Nov 7, 2024
Merge pull request #3739 from gnawf/remove-extension-interface
Show description for 23e11c4
dondonz
authored
23e11c4
View commit details
Copy full SHA for 23e11c4
View code at this point
Browse repository at this point
Shift SDL extension interface implementation
dzhou-atlassian
committed
1229e74
View commit details
Copy full SHA for 1229e74
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.