PlaceHoursIntervalConnection: {
    __typename?: "PlaceHoursIntervalConnection";
    edges: PlaceHoursIntervalEdge[];
    nodes: PlaceHoursInterval[];
    pageInfo: PageInfo;
}

Connection of PlaceHoursIntervals

Type declaration

  • Optional __typename?: "PlaceHoursIntervalConnection"
  • edges: PlaceHoursIntervalEdge[]

    All the edges in this page of the connection

  • nodes: PlaceHoursInterval[]

    Shortcut for edges[].node

  • pageInfo: PageInfo

    Details regarding the current page of the connnection

Generated using TypeDoc