Type alias IUser

IUser: {
    createdAt: Scalars["DateTime"];
    id: Scalars["ID"];
    preferences?: Maybe<Scalars["JSON"]>;
    profile: Profile;
    updatedAt: Scalars["DateTime"];
}

Type declaration

Generated using TypeDoc