We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ed3405 + 9de191c commit fec4590Copy full SHA for fec4590
lib/graphiti/util/link.rb
@@ -48,6 +48,7 @@ def raw_url
48
49
def on_demand_links(url)
50
return url unless Graphiti.config.links_on_demand
51
+ return unless url
52
53
url << if url.include?("?")
54
"&links=true"
0 commit comments