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
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 }}
gitmodimo
/
cppgraphqlgen
Public
forked from
microsoft/cppgraphqlgen
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
cppgraphqlgen
include
on
input-boolean-list
User selector
All users
All time
Commit history
Commits on Nov 21, 2024
Fix list of boolean argument
gitmodimo
authored and
Rafał Hibner
committed
523d16f
View commit details
Copy full SHA for 523d16f
View code at this point
Browse repository at this point
Commits on Oct 26, 2024
fix: add schemagen --prefix-headers option
wravery
committed
11426ca
View commit details
Copy full SHA for 11426ca
View code at this point
Browse repository at this point
fix: add the file prefix to the include guard macros
wravery
committed
52afd7f
View commit details
Copy full SHA for 52afd7f
View code at this point
Browse repository at this point
Commits on Oct 22, 2024
fix: patch introspection resolvers in Object::StitchObject
wravery
committed
f605261
View commit details
Copy full SHA for f605261
View code at this point
Browse repository at this point
fix: Object::_stitched can only have 1 or 2 entries
wravery
committed
4d7ba4f
View commit details
Copy full SHA for 4d7ba4f
View code at this point
Browse repository at this point
feat: replace response::Writer with response::ValueVisitor
wravery
committed
117120b
View commit details
Copy full SHA for 117120b
View code at this point
Browse repository at this point
feat: add ResolverResult::visit and visitErrorValues
wravery
committed
11d7d0c
View commit details
Copy full SHA for 11d7d0c
View code at this point
Browse repository at this point
Commits on Oct 21, 2024
feat: generalize stitched service in Request::stitch
wravery
committed
8b0102c
View commit details
Copy full SHA for 8b0102c
View code at this point
Browse repository at this point
Commits on Oct 20, 2024
feat: implement Object resolver and possible types merge
wravery
committed
fbbd02a
View commit details
Copy full SHA for fbbd02a
View code at this point
Browse repository at this point
chore: code cleanup
wravery
committed
b00f34b
View commit details
Copy full SHA for b00f34b
View code at this point
Browse repository at this point
Commits on Oct 19, 2024
feat: implement Schema merge
wravery
committed
7af225c
View commit details
Copy full SHA for 7af225c
View code at this point
Browse repository at this point
Commits on Oct 17, 2024
fix: unit test with identical results using visitor
wravery
committed
df8db6a
View commit details
Copy full SHA for df8db6a
View code at this point
Browse repository at this point
feat: generate client ResponseVisitor implementations
wravery
committed
0906b28
View commit details
Copy full SHA for 0906b28
View code at this point
Browse repository at this point
Commits on Oct 13, 2024
chore: refactor service::ResolverVisitor to response::ValueVisitor
wravery
committed
bc364ed
View commit details
Copy full SHA for bc364ed
View code at this point
Browse repository at this point
feat: add visitor APIs
wravery
committed
17a9884
View commit details
Copy full SHA for 17a9884
View code at this point
Browse repository at this point
fix: variable shadowing
wravery
committed
8bf5f5d
View commit details
Copy full SHA for 8bf5f5d
View code at this point
Browse repository at this point
feat: deferred ResolverVisitor
wravery
committed
9505d83
View commit details
Copy full SHA for 9505d83
View code at this point
Browse repository at this point
Commits on Sep 25, 2024
fix: #324
wravery
committed
1e874c9
View commit details
Copy full SHA for 1e874c9
View code at this point
Browse repository at this point
Commits on Sep 24, 2024
fix(dll): move introspection DLL exports to shared types header
wravery
committed
2dc6ebe
View commit details
Copy full SHA for 2dc6ebe
View code at this point
Browse repository at this point
fix: split shared types into separate <Prefix>SharedTypes.cpp
wravery
committed
eee1d66
View commit details
Copy full SHA for eee1d66
View code at this point
Browse repository at this point
fix: #321
wravery
committed
0e5ded2
View commit details
Copy full SHA for 0e5ded2
View code at this point
Browse repository at this point
Commits on Sep 20, 2024
fix: #297 only require 1 field per Subscription
wravery
committed
35274d5
View commit details
Copy full SHA for 35274d5
View code at this point
Browse repository at this point
Commits on Sep 19, 2024
feat(sharetypes): reuse schema types in proxy client
wravery
committed
88ec463
View commit details
Copy full SHA for 88ec463
View code at this point
Browse repository at this point
Commits on Sep 18, 2024
fix(coro): stop spawning waiter threads for async futures
wravery
committed
fa15fb7
View commit details
Copy full SHA for fa15fb7
View code at this point
Browse repository at this point
Commits on Sep 17, 2024
feat(format): replace trivial uses of std::ostringstream with std::format
wravery
committed
e8d8a85
View commit details
Copy full SHA for e8d8a85
View code at this point
Browse repository at this point
Commits on Sep 16, 2024
feat(ranges): start adopting ranges
wravery
committed
7c3e3a8
View commit details
Copy full SHA for 7c3e3a8
View code at this point
Browse repository at this point
fix(modules): switch to inline namespace in GraphQLParse.h
wravery
committed
b57272f
View commit details
Copy full SHA for b57272f
View code at this point
Browse repository at this point
chore(release): update version to 5.0.0
wravery
committed
6ab4af0
View commit details
Copy full SHA for 6ab4af0
View code at this point
Browse repository at this point
fix(modules): reexport internal modules referenced in public modules
wravery
committed
b6b829d
View commit details
Copy full SHA for b6b829d
View code at this point
Browse repository at this point
Commits on Sep 15, 2024
fix(modules): re-export transitive module dependencies
wravery
committed
31150a2
View commit details
Copy full SHA for 31150a2
View code at this point
Browse repository at this point
fix(modules): wrap JSONResponse and TodayMock
wravery
committed
ec2a29d
View commit details
Copy full SHA for ec2a29d
View code at this point
Browse repository at this point
Commits on Sep 13, 2024
fix(modules): get rid of intermediate exported namespaces
wravery
committed
957f6a3
View commit details
Copy full SHA for 957f6a3
View code at this point
Browse repository at this point
feat(modules): wrap public headers in interface modules
wravery
committed
fbcd728
View commit details
Copy full SHA for fbcd728
View code at this point
Browse repository at this point
fix(modules): simplify exports with using statements
wravery
committed
954520c
View commit details
Copy full SHA for 954520c
View code at this point
Browse repository at this point
feat(modules): generate public interface modules in clientgen
wravery
committed
d68dbcc
View commit details
Copy full SHA for d68dbcc
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.