Method: Graphiti::ResourceProxy#to_graphql
- Defined in:
- lib/graphiti/resource_proxy.rb
#to_graphql(options = {}) ⇒ Object
58 59 60 |
# File 'lib/graphiti/resource_proxy.rb', line 58 def to_graphql( = {}) Renderer.new(self, ).to_graphql end |