Better mutation errors and fix workspace creation

This commit is contained in:
Gregory Schier
2025-01-15 07:40:35 -08:00
parent 0e21d901cd
commit 3614c2acd5
8 changed files with 31 additions and 16 deletions

View File

@@ -33,8 +33,9 @@ pub enum AnalyticsResource {
GrpcRequest,
HttpRequest,
HttpResponse,
Link,
KeyValue,
Link,
Mutation,
Plugin,
Select,
Setting,
@@ -67,6 +68,7 @@ pub enum AnalyticsAction {
Delete,
DeleteMany,
Duplicate,
Error,
Export,
Hide,
Import,