Files
hoppscotch/packages/hoppscotch-selfhost-desktop/src/api/subscriptions/UserEnvironmentCreated.graphql
2023-11-03 13:28:13 +05:30

10 lines
126 B
GraphQL

subscription UserEnvironmentCreated {
userEnvironmentCreated {
id
isGlobal
name
userUid
variables
}
}