19 20 21
# File 'app/graphql/blog/types/query_type.rb', line 19 def article(id:) Article.find(id) end