FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for graphql_server - graphql-python/graphql-server · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
graphql-python
/
graphql-server
Public
Notifications
You must be signed in to change notification settings
Fork
70
Star
134
Code
Issues
5
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
graphql-server
graphql_server
on
python3.7-eol
User selector
Datepicker
Commit history
Commits on May 1, 2023
release: v3.0.0b6 (#109)
kiendang
authored
a95e12f
View commit details
Copy full SHA for a95e12f
View code at this point
Browse repository at this point
Commits on Apr 13, 2023
Allow empty custom context in GraphQLView (#106)
Show description for d76450a
leonardwellthy
and
kiendang
authored
d76450a
View commit details
Copy full SHA for d76450a
View code at this point
Browse repository at this point
Commits on Feb 15, 2023
feat: add support for rendering GraphiQL with jinja (#103)
kiendang
authored
8b9639e
View commit details
Copy full SHA for 8b9639e
View code at this point
Browse repository at this point
chore: asynchronously gather execution results (#101)
kiendang
authored
36bbd47
View commit details
Copy full SHA for 36bbd47
View code at this point
Browse repository at this point
Commits on Jan 3, 2023
feat: add support for execution_context_class (#100)
Show description for 1972b27
kiendang
and
alvinchow86
authored
1972b27
View commit details
Copy full SHA for 1972b27
View code at this point
Browse repository at this point
Commits on Dec 25, 2022
chore: update dependencies (#99)
Show description for 184ba72
authored
184ba72
View commit details
Copy full SHA for 184ba72
View code at this point
Browse repository at this point
Commits on Jan 17, 2022
Release a new beta version
Cito
committed
8dec731
View commit details
Copy full SHA for 8dec731
View code at this point
Browse repository at this point
Support Python 3.10
Show description for ec4ed15
Cito
committed
ec4ed15
View commit details
Copy full SHA for ec4ed15
View code at this point
Browse repository at this point
Update GraphQL-core from 3.1 to 3.2 (#85)
Cito
committed
384ae78
View commit details
Copy full SHA for 384ae78
View code at this point
Browse repository at this point
Commits on Dec 24, 2021
Accept Graphene wrapped GraphQL schemas
Cito
committed
476edf3
View commit details
Copy full SHA for 476edf3
View code at this point
Browse repository at this point
Commits on Aug 10, 2021
v3.0.0b4
jkimbo
committed
1ccebee
View commit details
Copy full SHA for 1ccebee
View code at this point
Browse repository at this point
add support for validation rules (#83)
Show description for 86b7926
aryaniyaps
and
jkimbo
authored
86b7926
View commit details
Copy full SHA for 86b7926
View code at this point
Browse repository at this point
Commits on Aug 9, 2021
Fix tests (#84)
jkimbo
authored
b8705c2
View commit details
Copy full SHA for b8705c2
View code at this point
Browse repository at this point
Commits on Nov 28, 2020
chore: bump version to v3.0.0b3
KingDarBoja
committed
c03e1a4
View commit details
Copy full SHA for c03e1a4
View code at this point
Browse repository at this point
Commits on Nov 1, 2020
feat: Quart Server Integration (#70)
Show description for 5b7f5de
KingDarBoja
authored
5b7f5de
View commit details
Copy full SHA for 5b7f5de
View code at this point
Browse repository at this point
Commits on Oct 27, 2020
chore: stable Python 3.9 support and bump version (#71)
KingDarBoja
authored
60e9171
View commit details
Copy full SHA for 60e9171
View code at this point
Browse repository at this point
Commits on Oct 17, 2020
Fix enable_async for aiohttp and sanic if graphiql is enabled (#67)
Show description for e39398a
r-owen
and
KingDarBoja
authored
e39398a
View commit details
Copy full SHA for e39398a
View code at this point
Browse repository at this point
Commits on Jul 28, 2020
chore: rename to graphql-server and bump version (#59)
KingDarBoja
authored
f5e8302
View commit details
Copy full SHA for f5e8302
View code at this point
Browse repository at this point
Commits on Jul 27, 2020
Add graphiql options and missing flask context (#55)
Show description for cf6d1d4
KingDarBoja
authored
cf6d1d4
View commit details
Copy full SHA for cf6d1d4
View code at this point
Browse repository at this point
Commits on Jul 22, 2020
Docs about integration with each framework (#54)
Show description for 51dcc22
KingDarBoja
and
jkimbo
authored
51dcc22
View commit details
Copy full SHA for 51dcc22
View code at this point
Browse repository at this point
Commits on Jul 11, 2020
Split parsing, validation and execution (#43) (#53)
Show description for 90cfb09
Cito
authored
90cfb09
View commit details
Copy full SHA for 90cfb09
View code at this point
Browse repository at this point
Expose version number as __version__ (#50)
KingDarBoja
authored
351ca7a
View commit details
Copy full SHA for 351ca7a
View code at this point
Browse repository at this point
Run additional parse step only when necessary (#51)
Cito
authored
c749030
View commit details
Copy full SHA for c749030
View code at this point
Browse repository at this point
refactor: graphiql template shared across servers (#49)
Show description for accfef4
KingDarBoja
authored
accfef4
View commit details
Copy full SHA for accfef4
View code at this point
Browse repository at this point
Commits on Jul 5, 2020
Merge webob-graphql (#45)
Show description for eaf75e6
KingDarBoja
authored
eaf75e6
View commit details
Copy full SHA for eaf75e6
View code at this point
Browse repository at this point
Commits on Jun 10, 2020
Merge aiohttp-graphql (#42)
Show description for 8e2f147
KingDarBoja
authored
8e2f147
View commit details
Copy full SHA for 8e2f147
View code at this point
Browse repository at this point
Commits on Jun 6, 2020
Merge sanic-graphql (#38)
Show description for 35ed87d
KingDarBoja
authored
35ed87d
View commit details
Copy full SHA for 35ed87d
View code at this point
Browse repository at this point
Commits on May 10, 2020
Return 200 errors (#39)
jkimbo
authored
6c13ef6
View commit details
Copy full SHA for 6c13ef6
View code at this point
Browse repository at this point
Remove references to executor in Flask view (#40)
jkimbo
authored
ea81704
View commit details
Copy full SHA for ea81704
View code at this point
Browse repository at this point
Commits on May 5, 2020
Merge flask-graphql (#37)
Show description for 66b8a2b
KingDarBoja
authored
66b8a2b
View commit details
Copy full SHA for 66b8a2b
View code at this point
Browse repository at this point
Commits on Apr 12, 2020
Migration to graphql-core-v3 (#36)
Show description for 865ee9d
KingDarBoja
and
jkimbo
authored
865ee9d
View commit details
Copy full SHA for 865ee9d
View code at this point
Browse repository at this point
Commits on Mar 15, 2020
chore: apply black formatting
KingDarBoja
committed
3b74a14
View commit details
Copy full SHA for 3b74a14
View code at this point
Browse repository at this point
chore: fix mypy issues
KingDarBoja
committed
7b3f8c0
View commit details
Copy full SHA for 7b3f8c0
View code at this point
Browse repository at this point
Commits on Jan 23, 2020
Return errors as promise when return_promise=True (#5)
Cito
committed
ad392b5
View commit details
Copy full SHA for ad392b5
View code at this point
Browse repository at this point
Use newer pytest, desupport Python 3.3 and 3.4, require Core 2.3
Cito
committed
eef0919
View commit details
Copy full SHA for eef0919
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL