INPUT_OBJECT
SaveExtensionDiscoveryManifestInput
Extension metadata used for discovery.
link GraphQL Schema definition
1 input SaveExtensionDiscoveryManifestInput { 4 2 # Name of the extension author. 3 : String! 7 5 # Extension categories. 6 : [ID!]! 10 8 # Extension descriprion. 1024 character limit. 9 : String! 13 11 # games an extension is associated with. 12 : [ID!]! 16 14 # name of the extension. 15 : String! 19 17 # Url to an extensions privacy policy. 18 : String! 22 20 # Extension summary. 140 character limit. 21 : String! 25 23 # Extension developers support email. 24 : String! 28 26 # Extension eula/tos url. 27 : String! 31 29 # A summary of the extension's functionality from a viewer's perspective. 30 : String! 32 }