diff --git a/Docs-and-Example-Code-Style-Guide-Work:-graphene-v-3.0.md b/Docs-and-Example-Code-Style-Guide-Work:-graphene-v-3.0.md index 818f03c..e45fd61 100644 --- a/Docs-and-Example-Code-Style-Guide-Work:-graphene-v-3.0.md +++ b/Docs-and-Example-Code-Style-Guide-Work:-graphene-v-3.0.md @@ -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: +Use explicit imports. `from graphene import ...` rather than `import graphene`. + Use class arguments instead of `class Meta`. Example: