From b3f141e2dc002d3eb1b9c482a5b375b60054056b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Salazar?= <73718835+joshrs23@users.noreply.github.com> Date: Wed, 18 Feb 2026 14:31:33 -0500 Subject: [PATCH] adding order type to the show orders for the update --- backend/dataconnect/connector/shiftRole/queries.gql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/dataconnect/connector/shiftRole/queries.gql b/backend/dataconnect/connector/shiftRole/queries.gql index ffba13ae..07720bf0 100644 --- a/backend/dataconnect/connector/shiftRole/queries.gql +++ b/backend/dataconnect/connector/shiftRole/queries.gql @@ -354,7 +354,7 @@ query listShiftRolesByBusinessAndDateRange( locationAddress title status - order { id eventName } + order { id eventName orderType } } } }