{
user(input: {selector: {slug: "exapted"}}) {
result {
_id
slug
}
}
}
Run this query
{
comments(input: {
terms: {
view: "userComments",
userId: "pyXpy23mq63Ai5foB",
limit: 50,
}
}) {
results {
_id
post {
title
slug
}
user {
username
slug
displayName
}
userId
postId
postedAt
pageUrl
htmlBody
baseScore
voteCount
}
}
}
Run this query
{
user(input: {selector: {slug: "exapted"}}) {
result {
_id
slug
}
}
}
Run this query
{
posts(input: {
terms: {
view: "userPosts"
userId: "pyXpy23mq63Ai5foB"
limit: 50
meta: null # this seems to get both meta and non-meta posts
}
}) {
results {
_id
title
pageUrl
postedAt
htmlBody
voteCount
baseScore
slug
}
}
}
Run this query
{
user(input: {selector: {slug: "exapted"}}) {
result {
_id
slug
karma
htmlBio
website
location
profile
displayName
username
postCount
commentCount
}
}
}
Run this query