INPUT_OBJECT
UserByAttribute
Exactly one of the identifiers must be specified.
link GraphQL Schema definition
1 input UserByAttribute { 5 2 # The human-readable identifier for a clip. 3 # When specified, returns the broadcaster of the clip. 4 : String 8 6 # The user's login. 7 : String 12 9 # The identifier for a video collection. 10 # When specified, returns the owner of the collection. 11 : ID 16 13 # The identifier for a video. 14 # When specified, returns the owner of the video. 15 : ID 17 }