modications for hubs and teams
This commit is contained in:
@@ -3,9 +3,9 @@ mutation createTeamHub(
|
||||
$hubName: String!
|
||||
$address: String!
|
||||
$city: String!
|
||||
$state: String!
|
||||
$zipCode: String!
|
||||
$managerName: String!
|
||||
$state: String
|
||||
$zipCode: String
|
||||
$managerName: String
|
||||
$isActive: Boolean
|
||||
$departments: Any
|
||||
) @auth(level: USER) {
|
||||
|
||||
@@ -56,7 +56,7 @@ query getTeamHubsByTeamId($teamId: UUID!) @auth(level: USER) {
|
||||
# LIST TEAM HUBS BY OWNER (Vendor/Business)
|
||||
# ------------------------------------------------------------
|
||||
query listTeamHubsByOwnerId(
|
||||
$ownerId: String!
|
||||
$ownerId: UUID!
|
||||
) @auth(level: USER) {
|
||||
teamHubs(
|
||||
where: {
|
||||
|
||||
Reference in New Issue
Block a user