FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Split parsing, validation and execution (#43) by Cito · Pull Request #53 · graphql-python/graphql-server · GitHub

Split parsing, validation and execution (#43) - #53

Merged
KingDarBoja merged 1 commit into
graphql-python:masterfrom
Cito:use-execute-function
Jul 11, 2020
Merged

Split parsing, validation and execution (#43)#53
KingDarBoja merged 1 commit into
graphql-python:masterfrom
Cito:use-execute-function

Conversation

Cito commented Jul 11, 2020
edited
Loading

Copy link
Copy Markdown
Member

Instead of graphql()/graphql_sync() we now call execute() directly.

This solves not only #43 but also allows adding custom validation rules and limiting the number of reported errors.

Instead of graphql()/graphql_sync() we now call execute() directly.

This also allows adding custom validation rules and limiting the number
of reported errors.
Cito requested a review from KingDarBoja July 11, 2020 20:45

KingDarBoja left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM 🚀

KingDarBoja added type: optimization A code change that improves performance type: tests Adding missing or correcting existing tests labels Jul 11, 2020
KingDarBoja linked an issue Jul 11, 2020 that may be closed by this pull request
KingDarBoja merged commit 90cfb09 into graphql-python:master Jul 11, 2020
Cito deleted the use-execute-function branch July 11, 2020 21:01
KingDarBoja added this to the GraphQL-Server (V3) milestone Jul 12, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: optimization A code change that improves performance type: tests Adding missing or correcting existing tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Queries are parsed twice

2 participants


Back | FazBrowse Home | New Git URL