lolopinto / ent

MIT License
52 stars 6 forks source link

Polymorphic UUID fields in structs don't save their corresponding _type fields #1850

Closed Swahvay closed 2 weeks ago

Swahvay commented 2 weeks ago

When polymorphic UUID fields in structs are saved to the DB, their corresponding _type fields are ignored in the action inputs and never written.

Swahvay commented 2 weeks ago

Also, it appears that the Type is included in the GraphQL schema, which I don't think it should be.