INPUT_OBJECT
ExtensionWhitelistsInput
ExtensionWhitelistsInput contains whitelists for restricting extension access and behavior.
link GraphQL Schema definition
1 input ExtensionWhitelistsInput { 5 2 # List of broadcaster account IDs allowed to install an extension after release. 3 # If this is empty or missing, all broadcasters can use this extension. 4 : [ID!]! 8 6 # URLs which are permitted to be opened from the configuration dialog. 7 : [String!]! 11 9 # URLs which are permitted to be opened from an extension set as a panel. 10 : [String!]! 15 12 # List of account IDs which should have access to a version of an extension. 13 # Users in this list are ignored by the broadcaster whitelist check. 14 : [ID!]! 16 }