ENUM

CreateExtensionClientError

CreateExtensionClientError is an error associated with the createExtensionClient mutation.

link GraphQL Schema definition

1enum CreateExtensionClientError {
2
3# The specified name was invalid.
4INVALID_NAME
5
6# The specified name is already taken by another extension or app.
7NAME_IN_USE
8}