-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Labels
type: question or discussionIssue discussing or asking a question about graphql-server-coreIssue discussing or asking a question about graphql-server-core
Description
Hi,
Just noticed as I was reading trough the codebase that queries are currently parsed twice. Once in get_response
and another time by graphql
. Ideally, both should share the same document backend so we can keep query parsing to a minimum.
I'm not planning to send a PR as I'm not currently a user of this library. Just wanted to report it in case no one knew about it.
Cheers,
J
Metadata
Metadata
Assignees
Labels
type: question or discussionIssue discussing or asking a question about graphql-server-coreIssue discussing or asking a question about graphql-server-core