issues
search
microsoft
/
cppgraphqlgen
C++ GraphQL schema service generator
MIT License
325
stars
46
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Client generation for list produces invalid code.
#338
gitmodimo
opened
6 days ago
1
Fix boolean list input
#337
gitmodimo
opened
1 week ago
0
Add enum value validation
#336
gitmodimo
opened
3 weeks ago
0
Add enum value validation
#335
gitmodimo
closed
3 weeks ago
1
Invalid enum values cause segmentation fault.
#334
gitmodimo
opened
3 weeks ago
2
fix: use file prefix in include guards and optionally in object filenames
#333
wravery
closed
1 month ago
1
fix: cmake install updates to unblock vcpkg
#332
wravery
closed
1 month ago
0
fix: use stitched schema for Introspection on root Query
#331
wravery
closed
1 month ago
0
Update docs for v5.0 in next branch
#330
wravery
opened
1 month ago
0
fix: Object::_stitched can only have 1 or 2 entries
#329
wravery
closed
1 month ago
0
Consolidate response::Writer with response::ValueVisitor
#328
wravery
closed
1 month ago
0
fix: #323
#327
wravery
closed
1 month ago
0
fix: #320
#326
wravery
closed
1 month ago
0
fix: #324
#325
wravery
closed
2 months ago
0
Race conditions handling `FragmentSpreadDirectiveStack` members of `SelectionSetParams`
#324
wravery
closed
2 months ago
1
Add support for schema stitching.
#323
wravery
closed
1 month ago
0
fix: #321
#322
wravery
closed
2 months ago
0
Generate separate headers/modules for enums and input types and include that in `...Schema.h` instead of inline declarations.
#321
wravery
closed
2 months ago
0
Experiment with resolver visitor pattern instead of always going through `service::ResolverResult`.
#320
wravery
closed
1 month ago
4
more tweaks for the next release candidate
#319
wravery
closed
2 months ago
0
feat(sharedtypes): add clientgen --shared-types param to reuse types in schema
#318
wravery
closed
2 months ago
0
feat(coro): update proxy client sample and improve async resolver throughput
#317
wravery
closed
2 months ago
0
feat(json): default taocpp-json impl for graphqljson
#316
wravery
closed
2 months ago
0
minor std::format fixes
#315
wravery
closed
2 months ago
0
Additional cleanup from enabling C++20 modules
#314
wravery
closed
2 months ago
0
Add support for C++20 modules
#313
wravery
closed
2 months ago
0
Groundwork in CMake, build workflows, and header include cleanup
#312
wravery
closed
2 months ago
0
Plans for cppgraphqlgen 5.0
#311
wravery
opened
2 months ago
20
fix: schema input type member default init error on clang 14
#310
wravery
closed
2 months ago
0
chore(release): bump patch version
#309
wravery
closed
2 months ago
0
fix: #304
#308
wravery
closed
2 months ago
0
fix: #306
#307
wravery
closed
3 months ago
0
libgraphqlpeg can't parse float with fractional and exponential parts
#306
gruzdev
closed
3 months ago
2
Attempt to fix Linux build
#305
wravery
closed
4 months ago
1
Incorrect handling of UnicodeBOM in GraphQL grammar
#304
gruzdev
closed
2 months ago
1
Couple of bug fixes
#303
wravery
closed
4 months ago
0
PEGTL backtracking on field_arguments
#302
gruzdev
closed
4 months ago
1
Build fail on linux
#301
jimwang118
closed
4 months ago
5
Suggestion: Clearer schemagen error messages
#300
ckaminski
opened
6 months ago
0
Question on CMake schemagen
#299
ckaminski
closed
6 months ago
1
Still got "target was not found." error in the example
#298
karajan1001
closed
6 months ago
1
Subscription event payloads need to implement stubs for every field
#297
wravery
closed
2 months ago
1
Fallback to parsing out-of-bounds 32-bit integers in JSON as doubles
#296
wravery
closed
7 months ago
0
Parsing "integer" double causes "GraphQL only supports 32-bit signed integers" error
#295
gitmodimo
closed
7 months ago
3
Make the vcpkg rapidjson dependency conditional on a feature
#294
wravery
closed
1 year ago
0
Make workflows work with vcpkg binary artifact caching
#293
wravery
closed
1 year ago
0
Fix DLL export attribute order for clang on Windows
#292
wravery
closed
1 year ago
0
Unable to build shared libraries with Clang for Windows
#291
HC-pel
closed
1 year ago
0
Subscription usage
#290
0xmemorygrinder
closed
1 year ago
2
Call find_package(PEGTL) implicitly from find_package(cppgraphqlgen CONFIG)
#289
wravery
closed
1 year ago
0
Next