chore: Add slug and placeholder fields to apps

This commit is contained in:
Faruk AYDIN
2021-10-13 11:45:13 +02:00
committed by Ali BARIN
parent f50c09ed37
commit c62c44b17e
3 changed files with 10 additions and 0 deletions

View File

@@ -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 },