AlertConnection
Alert list
type AlertConnection {
edges: [AlertEdge]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
AlertConnection.edges ● [AlertEdge] list object
AlertConnection.pageInfo ● PageInfo! non-null object
AlertConnection.totalCount ● Int! non-null scalar
Member Of
AlertData object