feat: Extend apps with further data
This commit is contained in:
@@ -7,7 +7,7 @@ const queryType = new GraphQLObjectType({
|
||||
name: 'Query',
|
||||
fields: {
|
||||
getApps: {
|
||||
type: GraphQLList(GraphQLString),
|
||||
type: GraphQLList(appType),
|
||||
args: {
|
||||
name: { type: GraphQLString }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user