{
user(input: {selector: {slug: "chris-scammell-1"}}) {
result {
_id
slug
}
}
}
Run this query
{
comments(input: {
terms: {
view: "userComments",
userId: "CZGqXqbAkfiBDvhPf",
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: "chris-scammell-1"}}) {
result {
_id
slug
}
}
}
Run this query
{
posts(input: {
terms: {
view: "userPosts"
userId: "CZGqXqbAkfiBDvhPf"
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: "chris-scammell-1"}}) {
result {
_id
slug
karma
htmlBio
website
location
profile
displayName
username
postCount
commentCount
}
}
}
Run this query