Skip to content

Instantly share code, notes, and snippets.

@broguinn
Created February 17, 2026 17:05
Show Gist options
  • Select an option

  • Save broguinn/cbe48a190c76ed356a7d730c322d4370 to your computer and use it in GitHub Desktop.

Select an option

Save broguinn/cbe48a190c76ed356a7d730c322d4370 to your computer and use it in GitHub Desktop.
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