improving graphql defs, refactoring graphql defs
This commit is contained in:
@@ -17,3 +17,7 @@ extend type Query {
|
||||
extend type Query {
|
||||
thesaurus(id: Int!): Thesaurus
|
||||
}
|
||||
|
||||
extend type Query {
|
||||
company(id: Int!): Company
|
||||
}
|
||||
|
Reference in New Issue
Block a user