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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
GraphQLSwift
/
GraphQL
Public
Notifications
You must be signed in to change notification settings
Fork
79
Star
962
Code
Issues
5
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Rework AST to be more type safe and allow mutation
- #95
#95
Draft
lukel97
wants to merge 19 commits into
GraphQLSwift:main
GraphQLSwift/GraphQL:main
from
minm-inc:mutatable-visitor
minm-inc/GraphQL:mutatable-visitor
Copy head branch name to clipboard
Conversation
Commits
19
(19)
Checks
Files changed
Draft
Rework AST to be more type safe and allow mutation
#95
lukel97
wants to merge 19 commits into
GraphQLSwift:main
GraphQLSwift/GraphQL:main
from
minm-inc:mutatable-visitor
minm-inc/GraphQL:mutatable-visitor
Copy head branch name to clipboard
Commits
Commits on Dec 22, 2021
Rework AST to be more type safe and allow mutation
Show description for 876c29b
lukel97
committed
876c29b
View commit details
Copy full SHA for 876c29b
Browse repository at this point
Remove kinds as they are no longer needed
Show description for 75fb18f
lukel97
committed
75fb18f
View commit details
Copy full SHA for 75fb18f
Browse repository at this point
Commits on Jan 26, 2022
WIP
lukel97
committed
f12c6ba
View commit details
Copy full SHA for f12c6ba
Browse repository at this point
Commits on Feb 22, 2022
Lazily reoslve interface's interfaces in BuildClientSchema
lukel97
committed
13a95b0
View commit details
Copy full SHA for 13a95b0
Browse repository at this point
Commits on Feb 23, 2022
Fix doTypesOverlap when seeing if object overlaps with interface
Show description for 6495218
lukel97
committed
6495218
View commit details
Copy full SHA for 6495218
Browse repository at this point
Handle interface implementations of other interfaces
lukel97
committed
ac2a4ed
View commit details
Copy full SHA for ac2a4ed
Browse repository at this point
Commits on Feb 24, 2022
Add variables are input types validation rule
lukel97
committed
ac9fbbc
View commit details
Copy full SHA for ac9fbbc
Browse repository at this point
Commits on Mar 23, 2022
Fix introspection query encoding
lukel97
committed
f1d3e38
View commit details
Copy full SHA for f1d3e38
Browse repository at this point
Commits on Apr 20, 2022
Add specifiedByURL to scalar types
lukel97
committed
8a71abf
View commit details
Copy full SHA for 8a71abf
Browse repository at this point
Commits on Jun 9, 2022
Make subtyping reflexive
lukel97
committed
0765b9f
View commit details
Copy full SHA for 0765b9f
Browse repository at this point
Make GraphQLType Equatable
Show description for 3933850
lukel97
committed
3933850
View commit details
Copy full SHA for 3933850
Browse repository at this point
Make GraphQLNamedType conform to Hashable
lukel97
committed
edcfcba
View commit details
Copy full SHA for edcfcba
Browse repository at this point
Commits on Jun 10, 2022
Add KnownFragmentNamesRule validation rule
lukel97
committed
fb0397c
View commit details
Copy full SHA for fb0397c
Browse repository at this point
Commits on Jul 21, 2022
Use ordered dictionary for GraphQLEnumValueMap
lukel97
committed
215d0fa
View commit details
Copy full SHA for 215d0fa
Browse repository at this point
Commits on Jul 29, 2022
Handle InputObjects in BuildClientSchema for introspection queries
lukel97
committed
de70703
View commit details
Copy full SHA for de70703
Browse repository at this point
Make InputObjectFieldMap an ordered dictionary
lukel97
committed
1e830cd
View commit details
Copy full SHA for 1e830cd
Browse repository at this point
Make InputObject fields lazy
lukel97
committed
3a4e165
View commit details
Copy full SHA for 3a4e165
Browse repository at this point
Add tests for VariablesAreInputTypesRule
lukel97
committed
d476ab0
View commit details
Copy full SHA for d476ab0
Browse repository at this point
Commits on Aug 1, 2022
Use OrderedDictionary throughout schema definitions
lukel97
committed
a353056
View commit details
Copy full SHA for a353056
Browse repository at this point
You can’t perform that action at this time.