OBJECT

DeleteExtensionPayload

The returned payload from the deleteExtension mutation.

link GraphQL Schema definition

1type DeleteExtensionPayload {
2
3# Error response from the deleteExtension mutation.
4# null if the delete was successful.
5error: DeleteExtensionError
6
7}