pluginCapabilitiesSchema
constpluginCapabilitiesSchema:ZodEnum<object>
Specifies the capabilities (functionalities) available to the plugin. In the future, this would be used to request the necessary permissions from the user.
Type declaration
environment:read
environment:read:
"environment:read"
environment:write
environment:write:
"environment:write"
header:read
header:read:
"header:read"
header:write
header:write:
"header:write"
query:read
query:read:
"query:read"
query:write
query:write:
"query:write"
Altair GraphQL Client