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
Ambro
40229b8a73
Fix internal link on docs ( #980 )
2019-06-04 09:23:24 -07:00
Mike Bobadilla
1fcdeaac65
Typo in documentation ( #975 )
2019-05-28 10:09:57 -07:00
Eran Kampf
bcbb66c025
Line too long in code sample caused docs UI to overflow ( #938 )
2019-04-08 13:59:39 -07:00
Jonathan Kim
21cccf4c96
Update object type docs ( #921 )
...
Now that the default resolver handles both objects and dicts
2019-03-17 12:43:49 -07:00
Jonathan Kim
0805436d45
Docs on changing the name of an ObjectType ( #922 )
...
Fixes https://github.com/graphql-python/graphene/issues/839
2019-03-16 21:58:49 +00:00
Markus Holtermann
96d497c2b8
Fix docs on graphene.Int
bounds ( #891 )
2019-03-11 09:32:23 -07:00
Jonathan Kim
349add5700
Update documentation on ObjectTypes
...
Resolves #798
2018-12-26 20:22:34 +00:00
Johan Zietsman
587ce5ae93
Update interfaces.rst
2018-10-30 14:23:29 +02:00
Johan Zietsman
52f54f51b2
Update objecttypes.rst
2018-10-30 14:17:44 +02:00
Johan Zietsman
95cfff8c37
Update enums.rst
2018-10-30 14:06:37 +02:00
Syrus Akbary
7cfc3ffe67
Merge pull request #850 from MarSoft/patch-1
...
Fix typo in docs
2018-10-26 19:16:03 +02:00
Семён Марьясин
ca02095806
Fix typo in docs
2018-10-22 16:19:55 +03: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
Syrus Akbary
9efdf4c46e
Merge pull request #771 from jkimbo/update-interface-documentation
...
Update interface documentation
2018-06-18 13:33:59 -07:00
Jonathan Kim
cc54c76a3e
Improve wording
2018-06-17 12:05:34 +01:00
Jonathan Kim
e7ebb86e5a
Re-order type list
2018-06-17 11:25:32 +01:00
Jonathan Kim
a2db7c5dae
Remove an unnecessary field
2018-06-17 11:24:59 +01:00
Jonathan Kim
3f6c3a7a99
Clean up doc and add resolve_type documentation
2018-06-17 11:23:08 +01:00
Jonathan Kim
43e87768d2
Update interface documentation
2018-06-16 15:10:32 +01: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
Jonathan Kim
e26c0a3717
Add documentation on NonNull lists
2018-02-07 12:06:29 -08:00
Jonathan Kim
0a6921d2d0
Add extra documentation on base scalars
2017-12-10 16:07:48 +01:00
Jonathan Kim
76f8a35916
Add documentation for scalar type arguments
2017-12-10 15:53:28 +01:00
Grégoire Chauvet
98366c6add
Added Date scalar to documentation
2017-11-29 14:32:17 +01:00
Stan Zhavoronkov
3412dba31f
fix Unions.rst
...
fix Unions.rst docs (copy-paste sentence from interfaces.rst).
2017-11-14 13:04:47 +03:00
Eran Kampf
7f59a8fa7e
Added docs
2017-10-30 13:05:02 -07:00
Varun Dey
ef507c7932
Fixed minor grammatical error
2017-10-27 15:58:32 +05:30
Frankie Robertson
a1bc7377bd
Add unions doc to index
2017-10-05 11:50:09 +03:00
Mandeep Singh
b34b3091d4
fix typo in Enum docs
2017-09-03 20:38:06 +05:30
Syrus Akbary
7455063728
Fixed mutation docs (adding missing info arg in mutate)
2017-08-29 09:26:20 -07:00
Syrus Akbary
0002d42e38
Updated docs
2017-07-27 03:05:58 -07:00
Syrus Akbary
a56d5d9f77
Added union docs. Fixed #493
2017-07-26 22:43:22 -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
XatMassacrE
dc5de1f503
Fix doc typo
2017-07-11 11:08:39 +08:00
XatMassacrE
93fc03d9e0
Fix doc typo
2017-07-11 10:27:36 +08:00
Syrus Akbary
afed25a180
Improved enums comparison and getters. Fixed #444
2017-04-07 22:02:16 -07:00
Chapman Siu
3a198d052a
fixed indent in mutation docs
2017-03-01 22:54:06 +11:00
Syrus Akbary
e2cdd80a5c
Added docs for List and NonNull types. Fixed #326
2017-02-20 22:44:27 -08:00
Syrus Akbary
8b0cd488d4
Improved Mutation docs. Fixed #402
2017-02-20 22:12:55 -08:00
Syrus Akbary
b5cc0a81da
Improved scalar docs. Fixed #394
2017-02-20 21:57:39 -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
dda294d911
Merge branch 'master' into master
2016-12-18 13:12:51 -08:00
Paul Bailey
dddb20a0f4
added time type
2016-11-22 18:04:22 -05:00
SangHee Kim
11996e9121
fixed: wrong example for interface
2016-11-21 11:41:35 -05: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