Skip to content
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

SDL formatting for resolver argument comments regressed in 6.0.5 #1363

Closed
djc opened this issue Sep 4, 2023 · 2 comments
Closed

SDL formatting for resolver argument comments regressed in 6.0.5 #1363

djc opened this issue Sep 4, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@djc
Copy link
Contributor

djc commented Sep 4, 2023

Changed SDL output

--- a/typescript/packages/instant-shared/src/graphql/schema.graphql
+++ b/typescript/packages/instant-shared/src/graphql/schema.graphql
@@ -179,9 +179,9 @@ enum AvailablePhoneNumbersErrorKind {
 
 input AvailablePhoneNumbersInput {
        site: ID!
-       """
-       See `supportedPhoneNumberCountries`
-       """
+               """
+               See `supportedPhoneNumberCountries`
+               """
        countryCode: String!
 }
 

Specifications

  • Version: 6.0.5
  • Platform: macOS
  • Subsystem: ?
@djc djc added the bug Something isn't working label Sep 4, 2023
@sunli829
Copy link
Collaborator

sunli829 commented Sep 7, 2023

fixed in 6.0.6 🙂

@djc
Copy link
Contributor Author

djc commented Sep 7, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants