Skip to content

feat: support description on __Schema#548

Merged
stuebingerb merged 1 commit intomainfrom
feature/support-description-on-schema
Feb 24, 2026
Merged

feat: support description on __Schema#548
stuebingerb merged 1 commit intomainfrom
feature/support-description-on-schema

Conversation

@stuebingerb
Copy link
Owner

Supports description for the schema itself. Stitched schemas will (only) use the description of the local schema.

Resolves #94

Supports description for the schema itself. Stitched schemas will
(only) use the description of the local schema.

Resolves #94
@github-actions
Copy link

🐰 Bencher Report

Branchfeature/support-description-on-schema
Testbedubuntu-latest
Click to view all benchmark results
BenchmarkThroughputBenchmark Result
operations / second (ops/s)
(Result Δ%)
Lower Boundary
operations / second (ops/s)
(Limit %)
com.apurebase.kgraphql.FunctionExecutionBenchmark.benchmarkFunctionExecution📈 view plot
🚷 view threshold
5,864,134.95 ops/s
(-2.08%)Baseline: 5,988,753.77 ops/s
5,621,723.67 ops/s
(95.87%)
com.apurebase.kgraphql.ParallelExecutionBenchmark.queryBenchmark📈 view plot
🚷 view threshold
1.30 ops/s
(+0.02%)Baseline: 1.30 ops/s
1.30 ops/s
(99.86%)
com.apurebase.kgraphql.QueryBenchmark.largeList📈 view plot
🚷 view threshold
4.50 ops/s
(+3.59%)Baseline: 4.34 ops/s
2.00 ops/s
(44.53%)
com.apurebase.kgraphql.QueryBenchmark.manyChildren📈 view plot
🚷 view threshold
190.32 ops/s
(-2.31%)Baseline: 194.82 ops/s
183.32 ops/s
(96.32%)
com.apurebase.kgraphql.QueryBenchmark.manyDataChildren📈 view plot
🚷 view threshold
8.94 ops/s
(-0.17%)Baseline: 8.96 ops/s
8.89 ops/s
(99.38%)
com.apurebase.kgraphql.QueryBenchmark.manyOperations📈 view plot
🚷 view threshold
293.07 ops/s
(+0.45%)Baseline: 291.76 ops/s
251.62 ops/s
(85.86%)
com.apurebase.kgraphql.QueryBenchmark.nestedObject📈 view plot
🚷 view threshold
7,808.98 ops/s
(-2.04%)Baseline: 7,971.74 ops/s
6,836.59 ops/s
(87.55%)
com.apurebase.kgraphql.RequestCachingBenchmark.invalidRequest📈 view plot
🚷 view threshold
232,655.41 ops/s
(+2.64%)Baseline: 226,677.68 ops/s
209,787.86 ops/s
(90.17%)
com.apurebase.kgraphql.RequestCachingBenchmark.largeRequest📈 view plot
🚷 view threshold
7,967.48 ops/s
(-2.88%)Baseline: 8,204.16 ops/s
7,205.44 ops/s
(90.44%)
com.apurebase.kgraphql.RequestCachingBenchmark.smallRequest📈 view plot
🚷 view threshold
11,844.67 ops/s
(-2.73%)Baseline: 12,177.71 ops/s
10,413.25 ops/s
(87.92%)
com.apurebase.kgraphql.SimpleExecutionOverheadBenchmark.benchmark📈 view plot
🚷 view threshold
475,956.69 ops/s
(+1.17%)Baseline: 470,469.92 ops/s
455,648.82 ops/s
(95.73%)
🐰 View full continuous benchmarking report in Bencher

@codecov
Copy link

codecov bot commented Feb 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.79%. Comparing base (ac53276) to head (8cb4975).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #548      +/-   ##
==========================================
+ Coverage   83.74%   83.79%   +0.04%     
==========================================
  Files         152      152              
  Lines        4923     4936      +13     
  Branches      863      863              
==========================================
+ Hits         4123     4136      +13     
  Misses        497      497              
  Partials      303      303              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@stuebingerb stuebingerb merged commit 7ac80e2 into main Feb 24, 2026
13 checks passed
@stuebingerb stuebingerb deleted the feature/support-description-on-schema branch February 24, 2026 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support description on __Schema

1 participant