User

A user. The data is only available for the currently-accessing user, otherwise all of it will be redacted to protect other users' privacy.

Connections

followedCollections (CollectionConnection!)

Look up collections that the user is following.

Argument Type Description
after String

Returns the elements in the list that come after the specified cursor.

before String

Returns the elements in the list that come before the specified cursor.

first Int

Returns the first n elements from the list.

last Int

Returns the last n elements from the list.

followers (UserConnection!)

[REDACTED] Look up other users who are following the user (Always empty for privacy reasons).

Argument Type Description
after String

Returns the elements in the list that come after the specified cursor.

before String

Returns the elements in the list that come before the specified cursor.

first Int

Returns the first n elements from the list.

last Int

Returns the last n elements from the list.

following (UserConnection!)

[REDACTED] Look up other users who are being followed by the user (Always empty for privacy reasons)

Argument Type Description
after String

Returns the elements in the list that come after the specified cursor.

before String

Returns the elements in the list that come before the specified cursor.

first Int

Returns the first n elements from the list.

last Int

Returns the last n elements from the list.

madePosts (PostConnection!)

Look up posts that the user has made.

Argument Type Description
after String

Returns the elements in the list that come after the specified cursor.

before String

Returns the elements in the list that come before the specified cursor.

first Int

Returns the first n elements from the list.

last Int

Returns the last n elements from the list.

submittedPosts (PostConnection!)

Look up posts that the user has submitted.

Argument Type Description
after String

Returns the elements in the list that come after the specified cursor.

before String

Returns the elements in the list that come before the specified cursor.

first Int

Returns the first n elements from the list.

last Int

Returns the last n elements from the list.

votedPosts (PostConnection!)

Look up posts that the user has voted for.

Argument Type Description
after String

Returns the elements in the list that come after the specified cursor.

before String

Returns the elements in the list that come before the specified cursor.

first Int

Returns the first n elements from the list.

last Int

Returns the last n elements from the list.

Fields

coverImage (String)

Cover image of the user.

Argument Type Description
height Int
width Int
createdAt (DateTime!)

Identifies the date and time when user was created.

headline (String)

Headline text of the user.

id (ID!)

ID of the user.

isFollowing (Boolean)

[REDACTED] Whether the viewer is following the user or not (Always false for privacy reasons).

isMaker (Boolean!)

Whether the user is an accepted maker or not.

isViewer (Boolean!)

Whether the user is same as the viewer of the API.

name (String!)

Name of the user.

profileImage (String)

Profile image of the user.

Argument Type Description
size Int
twitterUsername (String)

Twitter username of the user.

url (String!)

Public URL of the user's profile

username (String!)

Username of the user.

websiteUrl (String)

URL for the user's website