Web3TargetsEdge: {
    __typename?: "Web3TargetsEdge";
    cursor: Scalars["String"]["output"];
    node: Web3Target;
}

An edge in a connection.

Type declaration

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

    A cursor for use in pagination.

  • node: Web3Target

    The item at the end of the edge.