Skip to content
addReviewMutation
addReview(input: AddReviewInput!): AddReviewResult!

Leave a star rating (1–5) and an optional written review for a business or one of its staff members. The viewer must be a verified attendee: a confirmed registration for one of the business's sessions is required, and for a staff review, a session that staff member was assigned to. At most one live review per target — submitting again when one already exists returns a $.target error (edit the existing review instead).

Arguments

Returns

AddReviewResult!

See AddReviewResult for the full shape.

Try it

Example
Query
mutation AddReview($input: AddReviewInput!) {
  addReview(input: $input) {
    __typename
  }
}
Variables
{}
POST https://go.sessions.website/api/graphql
addReview