ActiveAlertsEdge: {
    __typename?: "ActiveAlertsEdge";
    cursor: Scalars["String"]["output"];
    node: ActiveAlert;
}

An edge in a connection.

Type declaration

  • Optional__typename?: "ActiveAlertsEdge"
  • cursor: Scalars["String"]["output"]

    A cursor for use in pagination.

  • node: ActiveAlert

    The item at the end of the edge.