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
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. |
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. |
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. |
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. |
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. |
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
DateTime!
)
Identifies the date and time when user was created.
String
)
Headline text of the user.
ID!
)
ID of the user.
Boolean
)
[REDACTED] Whether the viewer is following the user or not (Always false for privacy reasons).
Boolean!
)
Whether the user is an accepted maker or not.
Boolean!
)
Whether the user is same as the viewer of the API.
String!
)
Name of the user.
String
)
Twitter username of the user.
String!
)
Public URL of the user's profile
String!
)
Username of the user.
String
)
URL for the user's website