refactor: make global environment a versioned entity (#4216)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
@@ -249,8 +249,6 @@ const EnvironmentVariablesSchema = z.union([
|
||||
}),
|
||||
])
|
||||
|
||||
export const GLOBAL_ENV_SCHEMA = z.array(EnvironmentVariablesSchema)
|
||||
|
||||
const OperationTypeSchema = z.enum([
|
||||
"subscription",
|
||||
"query",
|
||||
|
||||
Reference in New Issue
Block a user