Commit Graph

19 Commits

Author SHA1 Message Date
Jonathan Kim
ecd11ccc1e
Revert 1213 update mutation docs (#1214)
* Revert "Update requirement for Query type in mutation docs (#1213)"

This reverts commit a9625dac0e.

* Add test to check that Query type must be defined
2020-06-29 07:53:53 -07:00
Jonathan Kim
a9625dac0e
Update requirement for Query type in mutation docs (#1213) 2020-06-24 19:22:22 -07:00
Jonathan Kim
4b70186031
Remove @staticmethod decorator in mutations doc (#1206) 2020-06-24 19:18:59 -07:00
David Anderson
5cb7d91aaa Revise documentation (#969)
* Revise documentation

- Add missing reference to `flask-graphql` in integrations
- align documentation for resolver arguments (use root for 1st argument
instead of self)
- explore use of `parent` instead of `root` for first argument
- clarify resolvers and object type documentation
- add documentation for Meta class options for ObjectType
- expand quickstart documentation for first time users
- streamline order of documentation for first time users (broad ->
specific)
- document resolver quirks

* explict imports from graphene

* rename doc refs for resolvers

* suggestions typos and graphene import
2019-06-09 16:49:56 -07:00
Christian González
4752ec08ab
fix deprecated "Input" class 2018-10-20 11:16:29 +02:00
Ben Mosher
708278e6dc
docs: mutation 'Output' example (closes #543) 2018-06-26 07:14:46 -04:00
Raphael Boidol
5c4736e102 Update documentation
* resolver function arguments changed in `objecttypes.rst`
* small typo in `mutations.rst`
2018-06-16 13:11:33 +02:00
Syrus Akbary
7455063728 Fixed mutation docs (adding missing info arg in mutate) 2017-08-29 09:26:20 -07:00
Syrus Akbary
fa512cfa50 Improved mutation docs 2017-07-26 22:36:27 -07:00
Syrus Akbary
0e355ee296 Improved documentation examples 2017-07-23 23:29:27 -07:00
Chapman Siu
3a198d052a fixed indent in mutation docs 2017-03-01 22:54:06 +11:00
Syrus Akbary
8b0cd488d4 Improved Mutation docs. Fixed #402 2017-02-20 22:12:55 -08:00
BossGrand
b9d3abee31 fixed a few documentation bugs
there was a warning of header underline not being long enough

and code type graphql was being used intead of json
2017-02-06 17:14:07 -08:00
Syrus Akbary
a749d02663 Fixed mutations Input code. Fixed #398 2017-01-10 15:45:32 +01:00
Syrus Akbary
815f7528c5 Merge pull request #365 from BossGrand/master
Added documentation for InputFields and InputObjectTypes usage
2016-11-14 17:54:58 -08:00
BossGrand
85cad0efc3 fixed typo in documentation 2016-11-14 17:50:41 -08:00
BossGrand
b179d012d7 Added documentation for InputFields and InputObjectTypes usage 2016-11-14 13:04:19 -08:00
Syrus Akbary
c9a30f7139 Improved docs 2016-09-25 05:01:12 -07:00
Syrus Akbary
a0d07343e1 First version of integrated Graphene sphinx docs 2016-09-11 21:47:34 -07:00