Skip to content

Commit

Permalink
fix(schema/graph): add message reactions to input type
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Oct 7, 2019
1 parent b36dfb1 commit 705c56f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/entity/Message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ export const GRAPH_INPUT_MESSAGE = new GraphQLInputObjectType({
labels: {
type: new GraphQLList(GRAPH_INPUT_NAME_VALUE_PAIR),
},
reactions: {
type: new GraphQLList(GraphQLString),
},
type: {
type: GraphQLString,
},
Expand Down

0 comments on commit 705c56f

Please sign in to comment.