You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So for updating the track order page, the service rep or staff member needs to be able to update the order with info.
type trackingUpdates {
ID
OrderID
Title
Date
Content
}
}
type Order {
[trackingUpdates]
}
type Mutation {
updateTrackOrder(ID: String!, Title:String!, Content: String!) : Order
}
The text was updated successfully, but these errors were encountered:
So for updating the track order page, the service rep or staff member needs to be able to update the order with info.
The text was updated successfully, but these errors were encountered: