feat: Introduce InputCreator
This commit is contained in:
@@ -5,6 +5,7 @@ const appType = new GraphQLObjectType({
|
||||
name: 'App',
|
||||
fields: {
|
||||
name: { type: GraphQLString },
|
||||
key: { type: GraphQLString },
|
||||
iconUrl: { type: GraphQLString },
|
||||
docUrl: { type: GraphQLString },
|
||||
primaryColor: { type: GraphQLString },
|
||||
|
@@ -8,6 +8,7 @@ const fieldType = new GraphQLObjectType({
|
||||
type: { type: GraphQLString },
|
||||
required: { type: GraphQLBoolean},
|
||||
readOnly: { type: GraphQLBoolean},
|
||||
value: { type: GraphQLString},
|
||||
placeholder: { type: GraphQLString},
|
||||
description: { type: GraphQLString},
|
||||
docUrl: { type: GraphQLString},
|
||||
|
Reference in New Issue
Block a user