-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roadmap to 2.0 #163
Roadmap to 2.0 #163
Comments
@pie6k that project (as well as https://github.com/19majkel94/type-graphql, https://github.com/nicolasgere/graphql-ts, https://github.com/indigotech/graphql-schema-decorator, etc.) have very different goals from this project. this project's goal is not to make a schema using typescript. instead, this is focused on the consumer/client side of things. it can either:
|
Please add these examples to the main Cheers :) |
interfaces
, Language Y doesn't havePartial
, etc.)any
but should be{ a: number; b: string }
Admin | Customer | Service
but we know that it can only ever beAdmin
on the admin application,Customer
on the customer, etc.The text was updated successfully, but these errors were encountered: