Updated Docs and Example Code Style Guide Work: graphene v 3.0 (markdown)

changeling 2019-06-07 16:11:26 -05:00
parent 16f2c148cc
commit 1a0fb64eb3

@ -1,8 +1,10 @@
Tracking page for documentation and example code Style Guide discussion. ## Tracking page for documentation and example code Style Guide discussion.
### Elements discussed and decided: ### Elements discussed and decided:
Use explicit imports. `from graphene import ...` rather than `import graphene`.
Use class arguments instead of `class Meta`. Use class arguments instead of `class Meta`.
Example: Example: