FusionEventsEdge: {
    __typename?: "FusionEventsEdge";
    cursor: Scalars["String"]["output"];
    node: FusionEventData;
}

An edge in a connection.

Type declaration

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

    A cursor for use in pagination.

  • node: FusionEventData

    The item at the end of the edge.