Self-Server for GraphAPI Compute (#1017)

* Self-Server for GraphAPI Compute

* Update GraphAPICompute.json
This commit is contained in:
Meha Kaushik
2021-09-07 23:42:39 -07:00
committed by GitHub
parent 95c9b7ee31
commit 65882ea831
6 changed files with 754 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ export enum SelfServeType {
// Add your self serve types here
example = "example",
sqlx = "sqlx",
graphapicompute = "graphapicompute",
}
/**