Tim Gates
8589aaeb98
docs: Fix a few typos
...
There are small typos in:
- UPGRADE-v1.0.md
- UPGRADE-v2.0.md
- docs/execution/fileuploading.rst
Fixes:
- Should read `standard` rather than `stantard`.
- Should read `library` rather than `libary`.
- Should read `explicitly` rather than `explicity`.
Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-07-16 14:40:00 +10:00
Naoya Yamashita
763910e7b5
fix UPGRADE-v2.0.md
2022-02-07 15:51:08 +09: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
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
Dan
9ae2359b87
Run pre-commit autoupdate to bump versions of precommit hooks, then run them on all files ( #913 )
2019-03-08 11:09:45 -08:00
kiendang
ff4fb4f86a
Fix anchor link
2018-12-28 10:53:29 +08:00
Felipe Mesquita
2fbd2c1cb6
Fix parameter order for Relay's Root-field
2018-06-01 17:15:34 -03:00
Dan
034b5385a5
Add isort precommit hook & run on all files ( #743 )
...
* Add isort and seed-isort-config pre-commit hook
* Fix erroneous isort moving comment to the top of file
2018-05-28 19:18:54 +01:00
Syrus Akbary
28f6353212
Merge pull request #732 from femesq/patch-1
...
Migrations docs improvement
2018-05-24 19:20:33 -07:00
Felipe Mesquita
ead24a94c2
Update UPGRADE-v2.0.md
...
type correction
2018-05-23 20:20:55 -03:00
Felipe Mesquita
5d084cf2ea
Update UPGRADE-v2.0.md
...
Migration docs improvement
2018-05-23 20:13:03 -03:00
Daniel Gallagher
9777184721
Add pre-commit tool to repository, and run on all files
2018-05-22 10:56:58 -07:00
Pi Delport
4fa0df401a
Fix broken GitHub link tags: 2.0 -> v2.0.0
2018-02-05 16:49:16 +02:00
Syrus Akbary
19bf9b3713
Update UPGRADE-v2.0.md
2017-08-07 12:28:18 -07:00
Syrus Akbary
1e20e2bff3
Update UPGRADE-v2.0.md
2017-08-07 12:27:23 -07:00
Syrus Akbary
48754046b2
Update UPGRADE-v2.0.md
2017-08-07 12:24:17 -07:00
picturedots
8826d72ada
minor spelling and grammar changes UPGRADE-v2.0.md
2017-08-03 15:20:11 -04:00
Syrus Akbary
3a83671669
Merge branch '2.0' into 2.0-newresolvers
2017-07-31 22:19:11 -07:00
Syrus Akbary
6a85507325
Improved get_node API
2017-07-27 20:06:48 -07:00
Syrus Akbary
0002d42e38
Updated docs
2017-07-27 03:05:58 -07:00
Syrus Akbary
394a1beb07
Updated resolver api
2017-07-27 02:55:25 -07:00
Syrus Akbary
d85a4e4874
Update UPGRADE-v2.0.md
2017-07-27 00:13:12 -07:00
Syrus Akbary
586ea56693
Update UPGRADE-v2.0.md
2017-07-27 00:10:50 -07:00
Syrus Akbary
6ae9e51320
Update UPGRADE-v2.0.md
2017-07-27 00:10:22 -07:00
Syrus Akbary
f3bdd7de69
Improved upgrade example. Fixed #509
2017-07-26 20:12:15 -07:00
Syrus Akbary
719acc6771
Update UPGRADE-v2.0.md
2017-07-26 20:08:30 -07:00
Syrus Akbary
711a096ec6
Update UPGRADE-v2.0.md
2017-07-26 20:08:11 -07:00
Syrus Akbary
6dde81ee65
Improved Mutation warning
2017-07-26 19:44:17 -07:00
Syrus Akbary
5696c5af4f
Added UUID docs
2017-07-24 23:15:47 -07:00
Syrus Akbary
0e355ee296
Improved documentation examples
2017-07-23 23:29:27 -07:00
Syrus Akbary
9769612a44
Make resolvers simple again
2017-07-23 23:10:15 -07:00
Syrus Akbary
66468e3ea5
Improved Upgrade guide
2017-07-23 20:29:35 -07:00
Syrus Akbary
8c3a933bd9
Fixed test 425 url
2017-07-23 19:18:29 -07:00
Syrus Akbary
6ae9717415
Improved automatic resolver args from annotations
2017-07-23 18:57:17 -07:00
Syrus Akbary
ec5697b185
Fixed Connection side effects and add into breaking changes.
2017-07-12 21:53:35 -07:00
Syrus Akbary
e38007868e
Fixed upgrade doc title
2017-07-11 23:52:24 -07:00
Syrus Akbary
28c987bdd1
Improved docs for extending Option attrs
2017-07-11 23:07:20 -07:00
Syrus Akbary
e86f73d30c
Added class arguments example for Python 3
2017-07-11 22:52:58 -07:00
Syrus Akbary
c98d91ba1c
Simplified Interface code
2017-07-11 20:33:03 -07:00