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
src
GraphQLService.cpp
on
array_in_client_union
User selector
All users
All time
Commit history
Commits on Oct 22, 2024
fix: code cleanup to reduce duplication
wravery
committed
7662396
View commit details
Copy full SHA for 7662396
View code at this point
Browse repository at this point
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: 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
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
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: explicitly type default initializers for clarity
wravery
committed
85c139c
View commit details
Copy full SHA for 85c139c
View code at this point
Browse repository at this point
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 17, 2024
fix(fmt): minor fixes following up to last change
wravery
committed
79af047
View commit details
Copy full SHA for 79af047
View code at this point
Browse repository at this point
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
Commits on Sep 13, 2024
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
Commits on Sep 12, 2024
chore(cleanup): remove support for experimental coroutines
wravery
committed
1996b5a
View commit details
Copy full SHA for 1996b5a
View code at this point
Browse repository at this point
fix: replace C-style size_t with std::size_t
wravery
committed
64452a3
View commit details
Copy full SHA for 64452a3
View code at this point
Browse repository at this point
Commits on May 12, 2023
Misc. warnings, mostly adding explanations to [[nodiscard]]
wravery
committed
d4b7de0
View commit details
Copy full SHA for d4b7de0
View code at this point
Browse repository at this point
Commits on May 11, 2023
Throw custom exception from unimplemented stubs
wravery
committed
bd62280
View commit details
Copy full SHA for bd62280
View code at this point
Browse repository at this point
Pass ResolverParams by r-value reference instead of value
wravery
committed
6a29286
View commit details
Copy full SHA for 6a29286
View code at this point
Browse repository at this point
Construct field_path in a separate variable for clarity
wravery
committed
f170836
View commit details
Copy full SHA for f170836
View code at this point
Browse repository at this point
Don't construct the full field path unless we need it for an error
wravery
committed
19101d0
View commit details
Copy full SHA for 19101d0
View code at this point
Browse repository at this point
Commits on May 10, 2023
Be more explicit in the std::make_optional argument
wravery
committed
cfb7b72
View commit details
Copy full SHA for cfb7b72
View code at this point
Browse repository at this point
Fix move semantics
wravery
committed
ddf63e0
View commit details
Copy full SHA for ddf63e0
View code at this point
Browse repository at this point
Syntax cleanup
wravery
committed
8ac5ae8
View commit details
Copy full SHA for 8ac5ae8
View code at this point
Browse repository at this point
Preserve error location and path when visiting awaitable resolvers
wravery
committed
ee943ac
View commit details
Copy full SHA for ee943ac
View code at this point
Browse repository at this point
Commits on May 21, 2022
Separate Result and ModifiedResult for ODR
wravery
committed
3cba18d
View commit details
Copy full SHA for 3cba18d
View code at this point
Browse repository at this point
Separate Argument and ModifiedArgument for ODR
wravery
committed
5e7ff31
View commit details
Copy full SHA for 5e7ff31
View code at this point
Browse repository at this point
Commits on May 8, 2022
Move Request::resolve co_await up before visit
wravery
committed
b07ad02
View commit details
Copy full SHA for b07ad02
View code at this point
Browse repository at this point
Commits on May 3, 2022
Fix #239
wravery
committed
c78c31b
View commit details
Copy full SHA for c78c31b
View code at this point
Browse repository at this point
Commits on May 2, 2022
Throw exceptions for subscribe/unsubscribe errors
wravery
committed
63ef2ce
View commit details
Copy full SHA for 63ef2ce
View code at this point
Browse repository at this point
Commits on Apr 22, 2022
Cleanup some error handling
wravery
committed
a55de60
View commit details
Copy full SHA for a55de60
View code at this point
Browse repository at this point
Make `response::IdType` a variant wrapper
wravery
committed
c5b563d
View commit details
Copy full SHA for c5b563d
View code at this point
Browse repository at this point
Allow ID scalars to store either a string or binary
wravery
committed
735929f
View commit details
Copy full SHA for 735929f
View code at this point
Browse repository at this point
Commits on Feb 6, 2022
Fix #208
wravery
committed
fb92902
View commit details
Copy full SHA for fb92902
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.