User
A user. Most fields are only available for the currently-accessing user,
otherwise they are redacted to protect 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!)
Deprecation notice
Deprecated: Use followersCount for the count instead. This field will be removed in a future version.
Look up other users who are following the user.
| 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!)
Deprecation notice
Deprecated: Use followingCount for the count instead. This field will be removed in a future version.
Look up other users who are being followed by the user.
| 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
createdAt (
DateTime)
Identifies the date and time when user was created.
followersCount (
Int!)
Number of users following this user.
followingCount (
Int!)
Number of users this user follows.
headline (
String)
Headline text of the user.
id (
ID!)
ID of the user.
isFollowing (
Boolean!)
Whether the viewer is following the user or not.
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.
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