FusionSourcesEdge: {
    __typename?: "FusionSourcesEdge";
    cursor: Scalars["String"]["output"];
    node: FusionSourceWithCursor;
}

An edge in a connection.

Type declaration

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

    A cursor for use in pagination.

  • node: FusionSourceWithCursor

    The item at the end of the edge.