lolopinto / ent

MIT License
51 stars 6 forks source link

Create a union type in the generated schema for patterns #1797

Closed Swahvay closed 5 months ago

Swahvay commented 6 months ago

Just a simple union MyPattern = MyEnt1 | MyEnt2 so that we can reference this union in custom graphQL. You could also reference this union in GraphQLConnection types from edges defined on patterns.