OBJECT
OnsiteNotificationEdge
link GraphQL Schema definition
1 type OnsiteNotificationEdge { 2 3 # Opaque cursor describing this edge's position in the paginated list. 4 : Cursor 5 6 # The notification. 7 : OnsiteNotification! 8 9 }
OBJECT
1 type OnsiteNotificationEdge { 2 3 # Opaque cursor describing this edge's position in the paginated list. 4 : Cursor 5 6 # The notification. 7 : OnsiteNotification! 8 9 }