-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementIncremental improvement to existing functionality.Incremental improvement to existing functionality.
Description
As pointed out by @jmulq, there are several enum types in our schema annotated with @entity:
Line 308 in 2180a42
| enum PollChoice @entity { |
Line 111 in 2180a42
| enum TranscoderStatus @entity { |
According to The Graph docs, enum types cannot be entities:
Although the subgraph currently deploys, this is not correct, so we should remove the @entity annotation from these enum definitions.
Goal: align the schema with The Graph’s specifications, avoid relying on undefined behavior, and prevent potential issues in future deployments or tooling.
Metadata
Metadata
Assignees
Labels
enhancementIncremental improvement to existing functionality.Incremental improvement to existing functionality.
Type
Projects
Status
Backlog