ExtensionInput
An input to update an extension.
input ExtensionInput {
extensions: String!
envExtensionId: ID!
}
Fields
ExtensionInput.extensions ● String! non-null scalar miscellaneous
The extension body to be updated.
ExtensionInput.envExtensionId ● ID! non-null scalar miscellaneous
The environment extensions id of the extensions to be updated.
Member Of
extendedMappersUpdate mutation ●
extensionsUpdate mutation
Was this topic helpful?