-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
This may cover common (as I think) situation when you need to use generated types but slightly change them. As an example — add directives (e.g. add @auth to mutations).
type Mutation @auth {
#import Mutation.createArticle from "src/schema/generated/mysql.graphql"
}
or/and
type Mutation {
createArticle @auth {
#import Mutation.createArticle.* from "src/schema/generated/mysql.graphql"
}
}
DamianPereira, amille14 and the-vampiire
Metadata
Metadata
Assignees
Labels
No labels