INPUT_OBJECT

TransitionExtensionStateInput

TransitionExtesnsionManifest updates the state of an existing extension.

link GraphQL Schema definition

1input TransitionExtensionStateInput {
4
2# The extension ID of the extension to update.
3id: ID!
8
5# Notes provided to the moderation team while reviewing the extension.
6# Required when transitioning to READY_FOR_REVIEW.
7reviewNotes: String
11
9# The State to transition the extension to.
10state: ExtensionState!
16
12# URL to a test channel, provided to the moderation team while reviewing the
13# extension.
14# Required when transitioning to READY_FOR_REVIEW.
15testChannel: String
19
17# The extension version to update.
18version: String!
20}