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

changeling 2019-06-07 16:39:59 -05:00
parent 1a0fb64eb3
commit ec79fff6ef

@ -3,6 +3,8 @@
### Elements discussed and decided:
Example code and snippets should always be copy/paste complete as running code, unless it's a one-liner or short explanatory snippet for which the context is very (very) clear.
Use explicit imports. `from graphene import ...` rather than `import graphene`.
Use class arguments instead of `class Meta`.