Type Alias User

User: {
    groups?: Maybe<PaginatedGroups>;
    id: Scalars["ID"]["output"];
    name: Scalars["String"]["output"];
}

Type declaration

  • Optionalgroups?: Maybe<PaginatedGroups>

    Groups the user is part of

  • id: Scalars["ID"]["output"]

    The icon of the user as html link to an image

  • name: Scalars["String"]["output"]

    Display name of the user