feat: implement environments for selfhosted (#30)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
subscription UserEnvironmentCreated {
|
||||
userEnvironmentCreated {
|
||||
id
|
||||
isGlobal
|
||||
name
|
||||
userUid
|
||||
variables
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
subscription UserEnvironmentDeleted {
|
||||
userEnvironmentDeleted {
|
||||
id
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
subscription UserEnvironmentUpdated {
|
||||
userEnvironmentUpdated {
|
||||
id
|
||||
userUid
|
||||
name
|
||||
variables
|
||||
isGlobal
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user