I've also tried this: ``` type Mutation @auth { #i...
# orm-help
t
I've also tried this:
Copy code
type Mutation @auth {
#import Mutation.createArticle from "src/schema/generated/mysql.graphql"
}
but this doesn't work
n
you can redefine imported types
t
Yeah. but this will be copypasting, that's not good and can lead to errors after schema update. It would be cool if there be a way to "wrap" type, or inherit it, or something like this, to lessen copypaste
n
totally agreed! 🙂 There are some related discussions here already: https://github.com/graphcool/graphql-import
t
Currently there is no way, as I understand? Opened a proposal there for further discussions. Thank you )
n
yes, I am also not aware of a way currently, but excited to see this being pushed forward 💪
t
Offtop: I've faced migration problem in 1.8 and opened an issue, but I see some of issues are already resolved in #2018. Was fixes added to 1.9 betas? Is there a sence to try it?