export interface CurrentUserQuery { user: { __typename: "User"; email: string; id: string; name: string | null; login: string; } | null; }