Naoya Yamashita
74db349da4
docs: add get_human function ( #1380 )
...
Co-authored-by: Erik Wrede <erikwrede@users.noreply.github.com>
2023-07-19 09:01:00 +02:00
Pei-Lun H
8eb2807ce5
docs: Correct the module name of custom scalar example in documentation ( #1486 )
2022-12-23 07:57:45 +01:00
Erik Wrede
23ca978918
Merge pull request #1414 from loft-orbital/issue-#1413_fix-invalid-input-type
...
Providing an invalid value to an input type will now provoke an exception.
For example if the input as the type `UUID` and that you provide the value `2` it will now fail.
2022-08-14 11:55:45 +02:00
Thomas Leonard
3bdc67c6ae
fix: input with invalid types should raise an error
2022-06-20 15:15:14 +02:00
Rahul Jha
beb957382d
Highlight .get in backticks
...
When I first read through the documentation twice, it took me two tries and looking very hard to find out the difference b/w the two. The background highlight using backticks would be helpful in this case.
2022-01-13 15:33:09 +05:30
Justin Miller
fbac4d5092
Fixing grammar and spelling errors across a number of files.
2021-04-12 23:53:36 -07:00
Justin Miller
f5321d619c
Update interfaces.rst
2021-04-12 22:33:14 -07:00
Ali Reza Yahyapour
a53b782bf8
Syntax Error Fixed for Dictionary assert ( #1267 )
2020-09-22 17:10:01 +01:00
Varun Dey
b685e109f5
Fix typo in Schema docs ( #1259 )
2020-08-24 17:20:33 +01:00
Redowan Delowar
2130005406
Minor grammatical fix in the schema docs ( #1237 )
2020-07-27 11:56:14 -07:00
Jonathan Kim
81fff0f1b5
Improve enum compatibility ( #1153 )
...
* Improve enum compatibility by supporting return enum as well as values and names
* Handle invalid enum values
* Rough implementation of compat middleware
* Move enum middleware into compat module
* Fix tests
* Tweak enum examples
* Add some tests for the middleware
* Clean up tests
* Add missing imports
* Remove enum compat middleware
* Use custom dedent function and pin graphql-core to >3.1.2
2020-07-13 15:40:57 -07:00
Jonathan Kim
d042d5e95a
Expose Base64 type and add custom scalar examples ( #1223 )
2020-07-09 17:55:27 +01:00
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
Kevin Harvey
396b278aff
Fix typos ( #1192 )
2020-04-29 13:38:56 +01:00
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