INPUT_OBJECT

DeleteExtensionSecretsInput

The information we need to delete the extension's secrets.

link GraphQL Schema definition

1input DeleteExtensionSecretsInput {
4
2# The extensionID whose secrets should be removed.
3extensionID: ID!
5}