feat: Implement getAll and getAllByName graphQL queries
This commit is contained in:
@@ -2,7 +2,8 @@ import { buildSchema } from 'graphql';
|
||||
|
||||
const graphQLSchema = buildSchema(`
|
||||
type Query {
|
||||
hello: String
|
||||
getApps: [String!]
|
||||
getAppsByName(name: String!): [String!]
|
||||
}
|
||||
`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user