mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
make input mandatory
This commit is contained in:
@@ -67,8 +67,8 @@ type Query {
|
|||||||
|
|
||||||
# Mutations
|
# Mutations
|
||||||
type Mutation {
|
type Mutation {
|
||||||
scheduleNotification(input: NotificationInput): NotificationResponse
|
scheduleNotification(input: NotificationInput!): NotificationResponse
|
||||||
cancelNotification(input: NotificationInput): NotificationResponse
|
cancelNotification(input: NotificationInput!): NotificationResponse
|
||||||
}
|
}
|
||||||
|
|
||||||
input NotificationInput {
|
input NotificationInput {
|
||||||
|
|||||||
Reference in New Issue
Block a user