impressionist
impressionist copied to clipboard
Is it possible to use Impressionist with GraphQL?
When trying to use it in a query to log out a post view, I get impressionist method undefined.
def resolve(id:)
post = Post.find(id)
impressionist(post)
return post if post.present?
end