rrueth 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							37d6eaea46 
							
						 
					 
					
						
						
							
							Fix resolve method parameters bullet list ( #1178 )  
						
						... 
						
						
						
						The current documentation shows all of the resolve parameters on a single line as opposed to the bullet list that was intended. 
						
					 
					
						2020-04-12 12:19:56 +01:00 
						 
				 
			
				
					
						
							
							
								Jonathan Kim 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a2fe8dd704 
							
						 
					 
					
						
						
							
							Add note about the use of args ( #1170 )  
						
						... 
						
						
						
						* Add note about the use of `args`
Closes  #1037 
* Some improvements
* Link to correct place 
						
					 
					
						2020-04-02 19:55:00 +01:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							60a9609b9a 
							
						 
					 
					
						
						
							
							Updated all str.format(…) to f-strings ( #1158 )  
						
						... 
						
						
						
						* Updated all str.format(…) to f-strings
This revamps the PR #984 
* Pass black
* Fix flake8
* Updated objecttype
* Fix black version 
						
					 
					
						2020-03-14 17:32:44 -07:00 
						 
				 
			
				
					
						
							
							
								Jonathan Kim 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f82b811377 
							
						 
					 
					
						
						
							
							Fix example code ( #1120 )  
						
						
						
					 
					
						2020-01-30 12:18:00 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Paoletti 
							
						 
					 
					
						
						
						
						
							
						
						
							81d61f82c5 
							
						 
					 
					
						
						
							
							Fix objecttypes DefaultResolver example ( #1087 ) ( #1088 )  
						
						... 
						
						
						
						* Create namedtuple as expected
* Access result.data instead of result['data']
* Refer to field with camel-case name 
						
					 
					
						2019-12-26 20:05:14 +00:00 
						 
				 
			
				
					
						
							
							
								Jonathan Kim 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a3b215d891 
							
						 
					 
					
						
						
							
							Remove AbstractType ( #1053 )  
						
						
						
					 
					
						2019-09-27 09:54:19 +01:00 
						 
				 
			
				
					
						
							
							
								Min ho Kim 
							
						 
					 
					
						
						
						
						
							
						
						
							e90aa1b712 
							
						 
					 
					
						
						
							
							Fix typos ( #1066 )  
						
						... 
						
						
						
						Fixed typos in docs, string literals, comments, test name 
						
					 
					
						2019-09-25 19:57:53 -04: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 
						 
				 
			
				
					
						
							
							
								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