Skip to content

Commit

Permalink
fix: resolvers and handlers didn't match schema
Browse files Browse the repository at this point in the history
  • Loading branch information
walfly committed May 5, 2020
1 parent 199426b commit 85c38a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/daf-core/src/graphql/graphql-core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ export const typeDefs = `
value: String
}
extend type Mutation {
handleMessage(raw: String!, meta: [MetaDataInput], save: Boolean = true): Message
handleMessage(raw: String!, metaData: [MetaDataInput], save: Boolean = true): Message
}
Expand Down

0 comments on commit 85c38a2

Please sign in to comment.