seems broken for lesswrong right now, unless I’m just entering usernames wrong
Thanks for the report, should be fixed now.The issue was that the LW GraphQL API has changed slightly, apparently. The user query suggested here no longer works, but something like:
{ GetUserBySlug(slug: "max-h") { _id slug displayName pageUrl postCount commentCount createdAt } }
works fine.
seems broken for lesswrong right now, unless I’m just entering usernames wrong
Thanks for the report, should be fixed now.
The issue was that the LW GraphQL API has changed slightly, apparently. The user query suggested here no longer works, but something like:
works fine.