@opvious/stl-graphql
Advanced tools
+1
-1
@@ -73,3 +73,3 @@ import { deriveFailure, errorCode, errorCodes, errors, findError, isStandardError, statusError, } from '@opvious/stl-errors'; | ||
| const exc = code || tags ? { code, tags } : undefined; | ||
| const st = fl.status === 'UNKNOWN' ? defs.status ?? 'UNKNOWN' : fl.status; | ||
| const st = fl.status === 'UNKNOWN' ? (defs.status ?? 'UNKNOWN') : fl.status; | ||
| const status = st === 'UNKNOWN' ? undefined : st; | ||
@@ -76,0 +76,0 @@ if (status || exc) { |
+1
-1
@@ -44,3 +44,3 @@ import { absurd, assert, check } from '@opvious/stl-errors'; | ||
| const name = loc.isPrefix | ||
| ? node.alias?.value ?? node.name.value | ||
| ? (node.alias?.value ?? node.name.value) | ||
| : node.name.value; | ||
@@ -47,0 +47,0 @@ if (name !== loc.name) { |
+3
-3
| { | ||
| "name": "@opvious/stl-graphql", | ||
| "version": "0.26.1", | ||
| "version": "0.26.2", | ||
| "repository": "github:opvious/stl.ts", | ||
@@ -21,4 +21,4 @@ "description": "Standard GraphQL utilities", | ||
| "graphql": "^16.9.0", | ||
| "@opvious/stl-errors": "0.26.1", | ||
| "@opvious/stl-utils": "0.26.1" | ||
| "@opvious/stl-errors": "0.26.2", | ||
| "@opvious/stl-utils": "0.26.2" | ||
| }, | ||
@@ -25,0 +25,0 @@ "devDependencies": { |
11405
0.04%+ Added
+ Added
- Removed
- Removed
Updated
Updated