Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocationReviewInput ¶
type SubmitReviewResponse ¶
type SubmitReviewResponse struct { // Similar to HTTP status code, represents the status of the mutation Code int `json:"code"` // Indicates whether the mutation was successful Success bool `json:"success"` // Human-readable message for the UI Message string `json:"message"` // Newly created review LocationReview *Review `json:"locationReview,omitempty"` }
Click to show internal directories.
Click to hide internal directories.