Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix graphiql refreshing operationName undefined
operationName is serialized into the query string as a string. When getting the query value for operationName, we need to convert string "null" into None.
- Loading branch information