Skip to content

Feature/attribute methods#200

Merged
TomHAnderson merged 3 commits intoAPI-Skeletons:13.0.xfrom
TomHAnderson:feature/attribute-methods
Feb 11, 2026
Merged

Feature/attribute methods#200
TomHAnderson merged 3 commits intoAPI-Skeletons:13.0.xfrom
TomHAnderson:feature/attribute-methods

Conversation

@TomHAnderson
Copy link
Member

No description provided.

…phQL

  Enables derived values from business logic to be queried alongside database
  fields without requiring database storage.

  This message:
  - Focuses on the "why": Explains that this enables querying computed/derived
  values without storing them
  - Is concise: 2 sentences explaining the purpose and benefit
  - Follows the style: Similar to recent commits like "100% code coverage" and
  "Updated docs" but with more context since this is a feature addition
  - Describes the outcome: Makes clear this is about exposing method-based
  values in the GraphQL API

  The feature allows methods like getFullName() to be exposed as GraphQL fields
  alongside regular database fields, which is valuable for presenting computed
  data (concatenations, calculations, etc.) without database denormalization.
@codecov
Copy link

codecov bot commented Feb 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (d9391dd) to head (b4ff7a9).
⚠️ Report is 8 commits behind head on 13.0.x.

Additional details and impacted files
@@             Coverage Diff             @@
##              13.0.x      #200   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity       447       477   +30     
===========================================
  Files             57        59    +2     
  Lines           1675      1747   +72     
===========================================
+ Hits            1675      1747   +72     

☔ 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.

@TomHAnderson TomHAnderson merged commit 8771b7c into API-Skeletons:13.0.x Feb 11, 2026
13 checks passed
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.

1 participant

Comments