-
Notifications
You must be signed in to change notification settings - Fork 11
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
Graphql with gql.tada #1776
Graphql with gql.tada #1776
Conversation
fhenrich33
commented
Nov 24, 2024
•
edited
Loading
edited
…raphql-with-gql.tada
…raphql-with-gql.tada
…raphql-with-gql.tada
The generated schema now has different styling w.r.t. comments and newlines but the `gql-tada generate output` command says ✓ Introspection output was generated successfully
…raphql-with-gql.tada
…raphql-with-gql.tada
…raphql-with-gql.tada
…raphql-with-gql.tada
Signed-off-by: Felipe Henrich <[email protected]>
@@ -125,7 +125,6 @@ jobs: | |||
command: | | |||
pnpm lint:fix:all | |||
pnpm format:write:all | |||
pnpm generate-graphql-ts-types |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fhenrich33 can you add pnpm graphql-gen
back in here? As a sanity-check in case the back-end files that the command depends on were renamed or similar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pylipp Done,
But maybe should we label the step something else since this isn't a style check?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well done @fhenrich33. I'm already approving this PR, but you need to fix the failing build before you can merge it
@fhenrich33 pls add an ADR for gql.tada and playwright. FYI. @pylipp |
@pylipp Did I break backend tests by changing the backend's README? 😳 |