mirror of
https://github.com/wassname/talk.git
synced 2026-07-18 12:40:13 +08:00
Implement Response interface
This commit is contained in:
@@ -60,7 +60,7 @@ type CreateLikeResponse implements Response {
|
||||
like: LikeAction
|
||||
|
||||
# An array of errors relating to the mutation that occurred.
|
||||
errors: [UserError]
|
||||
errors: [UserError!]
|
||||
}
|
||||
|
||||
type RootMutation {
|
||||
|
||||
@@ -60,7 +60,7 @@ type CreateLoveResponse implements Response {
|
||||
love: LoveAction
|
||||
|
||||
# An array of errors relating to the mutation that occurred.
|
||||
errors: [UserError]
|
||||
errors: [UserError!]
|
||||
}
|
||||
|
||||
type RootMutation {
|
||||
|
||||
Reference in New Issue
Block a user