CreateNotificationInput
Input for the createNotification mutation
input CreateNotificationInput {
body: String!
title: String!
userId: UUID!
}
Fields
CreateNotificationInput.body
● String!
non-null scalar
body of the notification to create
CreateNotificationInput.title
● String!
non-null scalar
title of the notification to create
CreateNotificationInput.userId
● UUID!
non-null scalar
id of the user the notification should be sent to
Member Of
createNotification
mutation