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

Small bug fix in part8c.md: remove gql before the string literal #3835

Open
wants to merge 1 commit into
base: source
Choose a base branch
from

Conversation

patill
Copy link
Contributor

@patill patill commented Oct 18, 2024

Remove gql before the string literal of the typeDefs constant, since it is used in the client and not the server to to queries.

Remove gql before the string literal of the typeDefs constant, since it is used in the client and not the server to to queries.
@EledenGreen
Copy link
Contributor

i find having gql tag in backend really helps in syntax highlights.
In part8a.md, using without gql with a string look feels weird.

Without gql:

image

With gql:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants