TenantConfigsEdge: {
    __typename?: "TenantConfigsEdge";
    cursor: Scalars["String"]["output"];
    node: TenantConfig;
}

An edge in a connection.

Type declaration

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

    A cursor for use in pagination.

  • node: TenantConfig

    The item at the end of the edge.