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
We've started using the @link directive in Apollo Kotlin as a means to import certain directives in users' schemas (the ones specified here, plus some currently under development like @catch).
When a directive is used but not imported, the plugin could have a quick-fix to import it with@link.
The text was updated successfully, but these errors were encountered:
Description
We've started using the
@link
directive in Apollo Kotlin as a means to import certain directives in users' schemas (the ones specified here, plus some currently under development like@catch
).When a directive is used but not imported, the plugin could have a quick-fix to import it with
@link
.The text was updated successfully, but these errors were encountered: