Skip to content

Remove is_inherited from GraphQL schema#9150

Merged
ogenstad merged 3 commits into
stablefrom
pog-is-inherited-IFC-2558
May 7, 2026
Merged

Remove is_inherited from GraphQL schema#9150
ogenstad merged 3 commits into
stablefrom
pog-is-inherited-IFC-2558

Conversation

@ogenstad

@ogenstad ogenstad commented May 6, 2026

Copy link
Copy Markdown
Contributor

Why

The is_inherited attribute is exposed in the GraphQL schema but doesn't have any code to back it up so a query using that field fails. Probably it was meant to be used with profiles at some point but for now it's just dead code.

Closes #9146

What changed

  • Removed the field from AttributeInterface
  • Regenerated schema definitions

@github-actions github-actions Bot added group/backend Issue related to the backend (API Server, Git Agent) group/frontend Issue related to the frontend (React) labels May 6, 2026
@codspeed-hq

codspeed-hq Bot commented May 7, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 12 untouched benchmarks


Comparing pog-is-inherited-IFC-2558 (ab07cc6) with stable (7298f33)1

Open in CodSpeed

Footnotes

  1. No successful run was found on stable (c451bc1) during the generation of this report, so 7298f33 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@ogenstad ogenstad marked this pull request as ready for review May 7, 2026 07:20
@ogenstad ogenstad requested review from a team as code owners May 7, 2026 07:20
@ogenstad ogenstad merged commit df756ed into stable May 7, 2026
52 checks passed
@ogenstad ogenstad deleted the pog-is-inherited-IFC-2558 branch May 7, 2026 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

group/backend Issue related to the backend (API Server, Git Agent) group/frontend Issue related to the frontend (React)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: is_inherited still in GraphQL schema for attribute types, but resolver missing in 1.9.x

3 participants