Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
bluecloudy
/
graphql-js
Public
forked from
IvanGoncharov/graphql-js
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Breadcrumbs
History for
graphql-js
src
execution
on
master
User selector
All users
All time
Commit History
Commits on Jan 27, 2017
RFC: More flow-friendly thenable checking.
Show description for 77fbd72
leebyron
committed
77fbd72
Copy full SHA for 77fbd72
Commits on Jan 24, 2017
Simplify default resolver function
leebyron
authored
0417aad
Copy full SHA for 0417aad
Factor out checking isTypeOf from subfield exe
Show description for a3c746c
leebyron
authored
a3c746c
Copy full SHA for a3c746c
Commits on Jan 20, 2017
Pass lint & flow
leebyron
authored
9239253
Copy full SHA for 9239253
Missing comma
leebyron
authored
c53efbe
Copy full SHA for c53efbe
Fix completeObjectValue call bug
leebyron
authored
b40d427
Copy full SHA for b40d427
Factor out runtime type validation
Show description for 1fb45d3
leebyron
authored
1fb45d3
Copy full SHA for 1fb45d3
Reduce scope
Show description for 1305360
leebyron
authored
1305360
Copy full SHA for 1305360
Commits on Jan 5, 2017
apply PR requested changes
dherault
committed
ae5295a
Copy full SHA for ae5295a
Commits on Dec 23, 2016
allow fully sync abstract type resolution
dherault
committed
7d4cd4b
Copy full SHA for 7d4cd4b
add more tests
dherault
committed
036e467
Copy full SHA for 036e467
promisify isTypeOf and resolveType
dherault
committed
4583834
Copy full SHA for 4583834
add failing tests
dherault
committed
c75f74a
Copy full SHA for c75f74a
Commits on Dec 6, 2016
Pass GraphQLResolveInfo object to resolve functions in defaultFieldResolver
jonbretman
committed
91b4292
Copy full SHA for 91b4292
Commits on Dec 4, 2016
Make executor throw if no document is provided
Show description for bfe9fc9
jmurzy
committed
bfe9fc9
Copy full SHA for bfe9fc9
Commits on Nov 16, 2016
Flow type tests & reorganize
Show description for 59a6172
leebyron
committed
59a6172
Copy full SHA for 59a6172
Commits on Nov 15, 2016
Add TContext to field resolvers
Show description for 3450c46
leebyron
committed
3450c46
Copy full SHA for 3450c46
Commits on Nov 10, 2016
Use linked-list to represent response path.
Show description for 39900ce
leebyron
committed
39900ce
Copy full SHA for 39900ce
Commits on Nov 9, 2016
Add path to formatError
Show description for 3e069f5
leebyron
committed
3e069f5
Copy full SHA for 3e069f5
Commits on Nov 3, 2016
Better name for field resolver types
leebyron
committed
d79b71d
Copy full SHA for d79b71d
Rename AST nodes to `*Node` to disambiguate types.
leebyron
committed
e49df49
Copy full SHA for e49df49
Export flow types from index.js
Show description for 361b7a6
leebyron
committed
361b7a6
Copy full SHA for 361b7a6
Export default resolver function as `defaultResolver`
Show description for c6a6388
leebyron
committed
c6a6388
Copy full SHA for c6a6388
Enforces input coercion rules. (#553)
Show description for b93f049
leebyron
authored
b93f049
Copy full SHA for b93f049
Commits on Nov 1, 2016
language support for NullValue (#544)
Show description for c23f578
langpavel
authored and
leebyron
committed
c23f578
Copy full SHA for c23f578
Commits on Oct 31, 2016
Update to latest version of eslint with new rules
leebyron
committed
1fe8b3e
Copy full SHA for 1fe8b3e
Commits on Oct 28, 2016
Update to latest eslint and babel dependencies, update eslintrc (#545)
leebyron
authored
bc96406
Copy full SHA for bc96406
Commits on Oct 10, 2016
Updates devDependencies (#511)
Show description for 1fbd22f
leebyron
authored
1fbd22f
Copy full SHA for 1fbd22f
Allow resolveType to return a type name string (#509)
tgriesser
authored and
leebyron
committed
c82ff68
Copy full SHA for c82ff68
Commits on Sep 8, 2016
Merge pull request #481 from graphql/no-catch
Show description for 988508c
leebyron
authored
988508c
Copy full SHA for 988508c
Do not use .catch on Promises to supported a wider array of Promise libraries.
Show description for 1fd2859
leebyron
committed
1fd2859
Copy full SHA for 1fd2859
Commits on Sep 7, 2016
Update to Flow 0.32
Show description for 7369879
iamchenxin
committed
7369879
Copy full SHA for 7369879
Commits on Aug 31, 2016
Add tests to ensure resolve info contains correct information.
Show description for 3142d87
leebyron
committed
3142d87
Copy full SHA for 3142d87
Commits on Aug 29, 2016
Add early error to help detect unparsed JSON provided as variable values
leebyron
committed
f2f3db5
Copy full SHA for f2f3db5
Commits on Aug 22, 2016
improve default fn behavior (#468)
Kevin Lacker
authored and
leebyron
committed
9ae4399
Copy full SHA for 9ae4399
Pagination
Previous
Next
You can’t perform that action at this time.