Skip to main content

User

No description

type User implements Node {
activities(
after: String
before: String
first: Int
last: Int
orderBy: ActivityOrder
): ActivityConnection
annictId: Int!
avatarUrl: String
backgroundImageUrl: String
createdAt: DateTime!
description: String!
email: String
followers(
after: String
before: String
first: Int
last: Int
): UserConnection
followersCount: Int!
following(
after: String
before: String
first: Int
last: Int
): UserConnection
followingActivities(
after: String
before: String
first: Int
last: Int
orderBy: ActivityOrder
): ActivityConnection
followingsCount: Int!
id: ID!
libraryEntries(
after: String
before: String
first: Int
last: Int
orderBy: LibraryEntryOrder
seasonFrom: String
seasonUntil: String
seasons: [String!]
states: [StatusState!]
): LibraryEntryConnection
name: String!
notificationsCount: Int
onHoldCount: Int!
programs(
after: String
before: String
first: Int
last: Int
orderBy: ProgramOrder
unwatched: Boolean
): ProgramConnection
records(
after: String
before: String
first: Int
hasComment: Boolean
last: Int
orderBy: RecordOrder
): RecordConnection
recordsCount: Int!
stopWatchingCount: Int!
url: String
username: String!
viewerCanFollow: Boolean!
viewerIsFollowing: Boolean!
wannaWatchCount: Int!
watchedCount: Int!
watchingCount: Int!
works(
after: String
annictIds: [Int!]
before: String
first: Int
last: Int
orderBy: WorkOrder
seasons: [String!]
state: StatusState
titles: [String!]
): WorkConnection
}

Fields

User.activities ● ActivityConnection object

User.activities.after ● String scalar

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

User.activities.before ● String scalar

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

User.activities.first ● Int scalar

Returns the first n elements from the list.

User.activities.last ● Int scalar

Returns the last n elements from the list.

User.activities.orderBy ● ActivityOrder input

User.annictId ● Int! non-null scalar

User.avatarUrl ● String scalar

User.backgroundImageUrl ● String scalar

User.createdAt ● DateTime! non-null scalar

User.description ● String! non-null scalar

User.email ● String scalar

User.followers ● UserConnection object

User.followers.after ● String scalar

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

User.followers.before ● String scalar

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

User.followers.first ● Int scalar

Returns the first n elements from the list.

User.followers.last ● Int scalar

Returns the last n elements from the list.

User.followersCount ● Int! non-null scalar

User.following ● UserConnection object

User.following.after ● String scalar

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

User.following.before ● String scalar

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

User.following.first ● Int scalar

Returns the first n elements from the list.

User.following.last ● Int scalar

Returns the last n elements from the list.

User.followingActivities ● ActivityConnection object

User.followingActivities.after ● String scalar

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

User.followingActivities.before ● String scalar

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

User.followingActivities.first ● Int scalar

Returns the first n elements from the list.

User.followingActivities.last ● Int scalar

Returns the last n elements from the list.

User.followingActivities.orderBy ● ActivityOrder input

User.followingsCount ● Int! non-null scalar

User.id ● ID! non-null scalar

User.libraryEntries ● LibraryEntryConnection object

User.libraryEntries.after ● String scalar

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

User.libraryEntries.before ● String scalar

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

User.libraryEntries.first ● Int scalar

Returns the first n elements from the list.

User.libraryEntries.last ● Int scalar

Returns the last n elements from the list.

User.libraryEntries.orderBy ● LibraryEntryOrder input
User.libraryEntries.seasonFrom ● String scalar

指定したシーズンからの作品を取得する

User.libraryEntries.seasonUntil ● String scalar

指定したシーズンまでの作品を取得する

User.libraryEntries.seasons ● [String!] list scalar

指定したシーズンの作品を取得する

User.libraryEntries.states ● [StatusState!] list enum

視聴ステータス

User.name ● String! non-null scalar

User.notificationsCount ● Int scalar

User.onHoldCount ● Int! non-null scalar

User.programs ● ProgramConnection object

User.programs.after ● String scalar

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

User.programs.before ● String scalar

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

User.programs.first ● Int scalar

Returns the first n elements from the list.

User.programs.last ● Int scalar

Returns the last n elements from the list.

User.programs.orderBy ● ProgramOrder input
User.programs.unwatched ● Boolean scalar

User.records ● RecordConnection object

User.records.after ● String scalar

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

User.records.before ● String scalar

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

User.records.first ● Int scalar

Returns the first n elements from the list.

User.records.hasComment ● Boolean scalar
User.records.last ● Int scalar

Returns the last n elements from the list.

User.records.orderBy ● RecordOrder input

User.recordsCount ● Int! non-null scalar

User.stopWatchingCount ● Int! non-null scalar

User.url ● String scalar

User.username ● String! non-null scalar

User.viewerCanFollow ● Boolean! non-null scalar

User.viewerIsFollowing ● Boolean! non-null scalar

User.wannaWatchCount ● Int! non-null scalar

User.watchedCount ● Int! non-null scalar

User.watchingCount ● Int! non-null scalar

User.works ● WorkConnection object

User.works.after ● String scalar

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

User.works.annictIds ● [Int!] list scalar
User.works.before ● String scalar

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

User.works.first ● Int scalar

Returns the first n elements from the list.

User.works.last ● Int scalar

Returns the last n elements from the list.

User.works.orderBy ● WorkOrder input
User.works.seasons ● [String!] list scalar
User.works.state ● StatusState enum
User.works.titles ● [String!] list scalar

Interfaces

Node interface

An object with an ID.

Returned by

user query ● viewer query

Member of

Activity object ● ActivityEdge object ● LibraryEntry object ● MultipleRecord object ● Record object ● Review object ● Status object ● UserConnection object ● UserEdge object