TenantUsersEdge: {
    __typename?: "TenantUsersEdge";
    cursor: Scalars["String"]["output"];
    node?: Maybe<TenantUser>;
}

An edge in a connection.

Type declaration

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

    A cursor for use in pagination.

  • Optionalnode?: Maybe<TenantUser>

    The item at the end of the edge.