replace the "Krow" with "KROW"
This commit is contained in:
@@ -5,7 +5,7 @@ mutation seedAll @transaction {
|
||||
data: {
|
||||
id: "dvpWnaBjT6UksS5lo04hfMTyq1q1"
|
||||
email: "legendary@krowd.com"
|
||||
fullName: "Krow Payements"
|
||||
fullName: "KROW Payements"
|
||||
role: USER
|
||||
userRole: "BUSINESS"
|
||||
}
|
||||
@@ -24,9 +24,9 @@ mutation seedAll @transaction {
|
||||
business_1: business_insert(
|
||||
data: {
|
||||
id: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
|
||||
businessName: "Krow"
|
||||
businessName: "KROW"
|
||||
userId: "dvpWnaBjT6UksS5lo04hfMTyq1q1"
|
||||
contactName: "Krow Payements"
|
||||
contactName: "KROW Payements"
|
||||
email: "legendary@krowd.com"
|
||||
phone: "+1-818-555-0148"
|
||||
address: "5000 San Jose Street, Granada Hills, CA, USA"
|
||||
@@ -42,9 +42,9 @@ mutation seedAll @transaction {
|
||||
team_1: team_insert(
|
||||
data: {
|
||||
id: "9508c187-7612-4084-90de-4ece4a63773f"
|
||||
teamName: "Krow"
|
||||
teamName: "KROW"
|
||||
ownerId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
|
||||
ownerName: "Krow"
|
||||
ownerName: "KROW"
|
||||
ownerRole: "ADMIN"
|
||||
totalHubs: 3
|
||||
}
|
||||
@@ -288,7 +288,7 @@ mutation seedAll @transaction {
|
||||
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
|
||||
orderType: ONE_TIME
|
||||
status: COMPLETED
|
||||
eventName: "Krow Opening Night"
|
||||
eventName: "KROW Opening Night"
|
||||
teamHubId: "22a0b119-e6dc-4011-9043-d857cd4c12f3"
|
||||
date: "2026-01-26T05:00:00Z"
|
||||
requested: 1
|
||||
@@ -330,7 +330,7 @@ mutation seedAll @transaction {
|
||||
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
|
||||
orderType: ONE_TIME
|
||||
status: COMPLETED
|
||||
eventName: "Krow Partner Showcase"
|
||||
eventName: "KROW Partner Showcase"
|
||||
teamHubId: "22a0b119-e6dc-4011-9043-d857cd4c12f3"
|
||||
date: "2026-01-28T05:00:00Z"
|
||||
requested: 1
|
||||
@@ -372,7 +372,7 @@ mutation seedAll @transaction {
|
||||
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
|
||||
orderType: ONE_TIME
|
||||
status: COMPLETED
|
||||
eventName: "Krow Friday Preview"
|
||||
eventName: "KROW Friday Preview"
|
||||
teamHubId: "22a0b119-e6dc-4011-9043-d857cd4c12f3"
|
||||
date: "2026-01-30T05:00:00Z"
|
||||
requested: 2
|
||||
@@ -566,7 +566,7 @@ mutation seedAll @transaction {
|
||||
shift_01: shift_insert(
|
||||
data: {
|
||||
id: "97475714-44d9-4a52-8486-672977689bc0"
|
||||
title: "Krow Opening Night Shift"
|
||||
title: "KROW Opening Night Shift"
|
||||
orderId: "0e3b8fbb-ffd7-496d-a20a-2375b9205f54"
|
||||
date: "2026-01-26T05:00:00Z"
|
||||
startTime: "2026-01-26T14:00:00Z"
|
||||
@@ -635,7 +635,7 @@ mutation seedAll @transaction {
|
||||
shift_04: shift_insert(
|
||||
data: {
|
||||
id: "dafa7ede-5245-436c-af4a-1d1f20d68ab5"
|
||||
title: "Krow Partner Showcase Shift"
|
||||
title: "KROW Partner Showcase Shift"
|
||||
orderId: "83b7dd83-2223-4585-a75f-b247368ebfcb"
|
||||
date: "2026-01-28T05:00:00Z"
|
||||
startTime: "2026-01-28T14:00:00Z"
|
||||
@@ -704,7 +704,7 @@ mutation seedAll @transaction {
|
||||
shift_07: shift_insert(
|
||||
data: {
|
||||
id: "7dc230cb-5680-4799-b45a-8a8269675a42"
|
||||
title: "Krow Friday Preview Shift"
|
||||
title: "KROW Friday Preview Shift"
|
||||
orderId: "c3c5dca6-c8f9-4948-bb8c-10d8129914b3"
|
||||
date: "2026-01-30T05:00:00Z"
|
||||
startTime: "2026-01-30T14:00:00Z"
|
||||
|
||||
Reference in New Issue
Block a user