believer/movies-graphql-postgres

View on GitHub
lib/graphql/resolvers/mutations/__tests__/__snapshots__/updateRating.spec.js.snap

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`mutations/updateRating should update a specific rating 1`] = `"UPDATE.helper WHERE user_id = 2 AND movie_id = 1 RETURNING *"`;