chore: Add slug and placeholder fields to apps
This commit is contained in:
@@ -6,6 +6,7 @@ const appType = new GraphQLObjectType({
|
||||
fields: {
|
||||
name: { type: GraphQLString },
|
||||
key: { type: GraphQLString },
|
||||
slug: { type: GraphQLString },
|
||||
iconUrl: { type: GraphQLString },
|
||||
docUrl: { type: GraphQLString },
|
||||
primaryColor: { type: GraphQLString },
|
||||
|
Reference in New Issue
Block a user