olirice / nebulo

Instant GraphQL API for PostgreSQL and SQLAlchemy
MIT License
92 stars 5 forks source link

user defined types not scoped to a single schema #3

Closed olirice closed 4 years ago

olirice commented 4 years ago

While this could lead a collision if multiple schemas define a type with the same name e.g.

abc.my_type
xyz.my_type

That'll be pretty uncommon so I'll wait for a valid use case