interface UserGraphQL {
    status: string;
    user: UserDetails;
}

Properties

Properties

status: string