PushNotificationWithEventInput
No description
input PushNotificationWithEventInput {
eventId: ID!
data: PushNotificationWithEventDataInput
}
No description
input PushNotificationWithEventInput {
eventId: ID!
data: PushNotificationWithEventDataInput
}
PushNotificationWithEventInput.eventId
● ID!
non-null scalarPushNotificationWithEventInput.data
● PushNotificationWithEventDataInput
input