WebPushTargetsEdge: {
    __typename?: "WebPushTargetsEdge";
    cursor: Scalars["String"]["output"];
    node: WebPushTarget;
}

An edge in a connection.

Type declaration

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

    A cursor for use in pagination.

  • node: WebPushTarget

    The item at the end of the edge.