You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://git.io/xxx links redirect to old repo name in `github` organisation.
It's just an example of the issue (you don't have issues tab on your repo, otherwise I'd just submitted issue, not code change), I think there's more broken links + tests + you probably want to keep them shortened (and git.io doesn't accept new links).
raiseUnimplementedFieldError,"undefined field `#{e.name}' on #{type.graphql_name} type. https://git.io/v1y3m"
258
+
raiseUnimplementedFieldError,"undefined field `#{e.name}' on #{type.graphql_name} type. https://github.com/github-community-projects/graphql-client/blob/master/guides/unimplemented-field-error.md"
259
259
end
260
260
261
261
if@data.key?(field.name)
262
-
raiseImplicitlyFetchedFieldError,"implicitly fetched field `#{field.name}' on #{type} type. https://git.io/v1yGL"
262
+
raiseImplicitlyFetchedFieldError,"implicitly fetched field `#{field.name}' on #{type} type. https://github.com/github-community-projects/graphql-client/blob/master/guides/implicitly-fetched-field-error.md"
263
263
else
264
-
raiseUnfetchedFieldError,"unfetched field `#{field.name}' on #{type} type. https://git.io/v1y3U"
264
+
raiseUnfetchedFieldError,"unfetched field `#{field.name}' on #{type} type. https://github.com/github-community-projects/graphql-client/blob/master/guides/unfetched-field-error.md"
0 commit comments