INPUT_OBJECT

UserByAttribute

Exactly one of the identifiers must be specified.

link GraphQL Schema definition

1input UserByAttribute {
5
2# The human-readable identifier for a clip.
3# When specified, returns the broadcaster of the clip.
4broadcasterOfClipSlug: String
8
6# The user's login.
7login: String
12
9# The identifier for a video collection.
10# When specified, returns the owner of the collection.
11ownsCollectionID: ID
16
13# The identifier for a video.
14# When specified, returns the owner of the video.
15ownsVideoID: ID
17}