Created
February 17, 2026 17:05
-
-
Save broguinn/cbe48a190c76ed356a7d730c322d4370 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/schema/yard/schema.graphql b/src/schema/yard/schema.graphql | |
| index 5fee3d49..90ac6203 100644 | |
| --- a/src/schema/yard/schema.graphql | |
| +++ b/src/schema/yard/schema.graphql | |
| @@ -38,7 +38,7 @@ type Yard { | |
| """ | |
| supportsContainerStacking: Boolean! | |
| gateActivityConnection(filters: GateActivityFilters!, cursor: String, pageSize: Int!): GateActivityConnection @auth(rule: OpsRequired) | |
| - lanes: [Lane!] @auth(or: [OpsRequired, GatekeeperRequired], gatekeeperPermissionsSource: Yard) | |
| + lanes: [Lane!] | |
| vehicleRecoginitionConnection(pageSize: Int, cursor: String, filters: VehicleRecognitionFilters): VehicleRecognitionConnection! @auth(or: [OpsRequired, GatekeeperRequired, AuthRequired], yardPermissionsSource: Yard, gatekeeperPermissionsSource: Yard) | |
| """ | |
| The customer associated with this yard, if any | |
| @@ -113,6 +113,7 @@ type Camera { | |
| status: HealthStatus | |
| } | |
| + | |
| enum Resolution { | |
| Low | |
| High |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment