improving graphql defs, refactoring graphql defs

This commit is contained in:
2020-12-22 18:17:02 +01:00
parent f39079c616
commit 5deb568786
3 changed files with 425 additions and 155 deletions

View File

@@ -17,3 +17,7 @@ extend type Query {
extend type Query {
thesaurus(id: Int!): Thesaurus
}
extend type Query {
company(id: Int!): Company
}