Skip to content

Commit f00f1a7

Browse files
committed
Add link to docs
1 parent f8d8521 commit f00f1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/graphql/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def query(definition, variables: {}, context: {})
253253
end
254254

255255
unless definition.name
256-
raise DynamicQueryError, "expected definition to be assigned to a static constant"
256+
raise DynamicQueryError, "expected definition to be assigned to a static constant https://git.io/vXXSE"
257257
end
258258

259259
variables = deep_stringify_keys(variables)

0 commit comments

Comments
 (0)