-
-
Notifications
You must be signed in to change notification settings - Fork 749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ExportDirective with type argument fails to prepend @
to directive name
#7799
Comments
Bonus bug/feature request:
|
Double-bonus bug/feature request:
|
We have dropped support for |
Is your question about exporting directives in apollo federation? |
Yes, sorry. I don't mean a directive called
I made a reproduction in https://github.com/ChilliCream/hotchocolate-examples/pull/69/files |
Product
Hot Chocolate
Version
14.2.0-p.7
Link to minimal reproduction
https://github.com/ChilliCream/hotchocolate-examples/pull/69/files
Steps to reproduce
Bug is:
composeDirective
does not prefix the directive to compose with@
What is expected?
The created
composeDirective
prefixes the directive to compose with@
What is actually happening?
The created
composeDirective
does not prefix the directive to compose with@
Relevant log output
Additional context
Workaround is to pass a string rather than use a type param
The text was updated successfully, but these errors were encountered: