Notification
No description
interface Notification {
id: ID!
toAddress: String!
network: Network!
namespace: String!
hasRead: Boolean!
type: NotificationType!
timestamp: String!
}
No description
interface Notification {
id: ID!
toAddress: String!
network: Network!
namespace: String!
hasRead: Boolean!
type: NotificationType!
timestamp: String!
}
id (ID)toAddress (String)network (Network)namespace (String)hasRead (Boolean)type (NotificationType)timestamp (String)