RewardOffersEdge: {
    __typename?: "RewardOffersEdge";
    cursor: Scalars["String"]["output"];
    node: OfferResponse;
}

An edge in a connection.

Type declaration

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

    A cursor for use in pagination.

  • node: OfferResponse

    The item at the end of the edge.