GitHub / graphql-python/graphql-core / commits
A Python 3.6+ port of the GraphQL.js reference implementation of GraphQL.
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 26701397 | incremental publisher should handle all response building | Christoph Zwerschke <c****o@o****e> | about 1 year ago | |
| 69a30bbc | Configure default test path | Christoph Zwerschke <c****o@o****e> | about 1 year ago | |
| 2a3799fe | Add support for fourfold nested lists in introspection | Christoph Zwerschke <c****o@o****e> | about 1 year ago | |
| 7134b68e | Speedup sorting and building/extending schema | Christoph Zwerschke <c****o@o****e> | about 1 year ago | |
| eb9edd58 | incremental: subsequent result records should not store parent references | Christoph Zwerschke <c****o@o****e> | about 1 year ago | |
| 448d0455 | Update ruff and adapt code style | Christoph Zwerschke <c****o@o****e> | about 1 year ago | |
| 4933704a | Use American English | Christoph Zwerschke <c****o@o****e> | about 1 year ago | |
| b7a18ed4 | Implement OneOf Input Objects via @oneOf directive | Christoph Zwerschke <c****o@o****e> | about 1 year ago | |
| 6e6d5be7 | Update the README file | Christoph Zwerschke <c****o@o****e> | about 1 year ago | |
| 02bf4a3e | Update Sphinx requirements | Christoph Zwerschke <c****o@o****e> | about 1 year ago | |
| ea840219 | Fix coverage | Christoph Zwerschke <c****o@o****e> | about 1 year ago | |
| eb7c86bb | Fix test_description | Christoph Zwerschke <c****o@o****e> | about 1 year ago | |
| bc9fa5e1 | Fix and simplify tox.ini | Christoph Zwerschke <c****o@o****e> | about 1 year ago | |
| 7d722667 | Fix docstring | Christoph Zwerschke <c****o@o****e> | about 1 year ago | |
| 5c5d5aa7 | Updae GitHub actions | Christoph Zwerschke <c****o@o****e> | about 1 year ago | |
| 9dcf25e6 | Bump patch version | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| e92c5ee8 | Update dependencies | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 238704db | introduce new IncrementalPublisher class | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 730ac15c | Update dependencies and fix typing | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 876aef67 | Support middlewares for subscriptions (#221) |
ניר <8****u@u****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| a5a2a655 | Fix doc building warning on GitHub | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 331c7bcb | Minor typing and linting fixes | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 9f19b40e | Update dependencies | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 63940590 | Improve config for development with VS Code | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 3cf0d267 | Bump patch version | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 601129be | Update dependencies | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 4863578b | execute: move publishing code into separate file | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| e7f3b011 | locate async iterator errors to the collection | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| ddfe2bf5 | Enable recursive type definitions (#218) |
Juang, Yi-Lin <f****g@g****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 27e0cd08 | executeFields: update grouped field set variable name | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 04029487 | rename AsyncPayloadRecord to IncrementalDataRecord | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 398d5cc2 | rename StreamRecord to StreamItemsRecord | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| a2d1f893 | rename iterator to async_iterator | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 39a873bd | rename fields parameter in execute_fields_serially to grouped_field_set | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 1b6cc58f | Fix misleading test section description | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 154ab12b | remove unnecessary duplicated fields from defer tests | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 7f4f04d4 | Expose print_directive function to enable schema sharding | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| a8cffbf2 | simplify schema in defer tests | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| d73b874a | rename executeStreamIterator | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| bce7a3df | refactor handleFieldError | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| afa6b938 | use groupedFieldSet as variable name | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 600db31d | introduce GroupedFieldSet type | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 1a96cfdb | Rename field_nodes variable to field_group | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| f4d5501c | introduce FieldGroup type | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| e8559b02 | Make print() break long List and Object Values over multiple line | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 860064ff | GraphQLInputObjectType: remove check that duplicate type checks | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| fe6fd146 | Fix stream directive validation error message | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 4659d0a7 | print_schema: correctly print empty description | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 5899a612 | Narrow the return type of ast_from_value | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 8efb8b39 | Update dependencies and reformat | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 8f4d2453 | More modernization of typing annotations in tests | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 10a2d8a9 | More modernization of typing annotations in src | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 066617bd | Enforce ruff rules UP006 and UP007 | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| ae0aff36 | Fix ambiguity around when schema definition may be omitted | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 891586dd | Original `execute` should throw if defer/stream directives are present | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| ae91327c | Minor simplification | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| a91e4b20 | Remove defer/stream support from subscriptions | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 98b44cc2 | Add test for GraphQLResolveInfo with custom context | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 602f7d73 | Fix minor issues with testing | Christoph Zwerschke <c****o@o****e> | over 1 year ago | |
| 206de32d | Allow user to pass in a custom resolve info context type (#213) |
Fedir Zadniprovskyi <7****z@u****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| e256148e | Alpha release v3.3.0a4 with some fixes and updates | Christoph Zwerschke <c****o@o****e> | almost 2 years ago | |
| 85c12854 | Add missing filter call in complete_awaitable_value() | Christoph Zwerschke <c****o@o****e> | almost 2 years ago | |
| 8f8102ff | fix: invalid original_error propagation in custom scalars | Christoph Zwerschke <c****o@o****e> | almost 2 years ago | |
| 921d566c | Fix spelling | Christoph Zwerschke <c****o@o****e> | almost 2 years ago | |
| d82cc327 | polish: narrow map_source_to_response return type | Christoph Zwerschke <c****o@o****e> | almost 2 years ago | |
| 9bb0b052 | Refactor using a new complete_awaitable_value() method | Christoph Zwerschke <c****o@o****e> | almost 2 years ago | |
| 5feaeebd | polish: do not repeat is_awaitable check | Christoph Zwerschke <c****o@o****e> | almost 2 years ago | |
| 7987576a | extend_schema: preserve "description" and "extensions" | Christoph Zwerschke <c****o@o****e> | almost 2 years ago | |
| 551c6c49 | Fix comments in defer/stream validation rules | Christoph Zwerschke <c****o@o****e> | almost 2 years ago | |
| 05c26402 | fix(incrementalDelivery): fix null bubbling with async iterables | Christoph Zwerschke <c****o@o****e> | almost 2 years ago | |
| eed117e9 | Fix formatting in schema in test_abstract | Christoph Zwerschke <c****o@o****e> | almost 2 years ago | |
| 38659a31 | Add test for mixing sync/async resolvers | Christoph Zwerschke <c****o@o****e> | almost 2 years ago | |
| c698ab50 | refactor: introduce complete_list_item_value | Christoph Zwerschke <c****o@o****e> | almost 2 years ago | |
| 3d3393f7 | Minor cleanup and simplification | Christoph Zwerschke <c****o@o****e> | almost 2 years ago | |
| e8035a88 | Fix performance degradation on handling conflict fields (#212) |
Kohei Morita <m****0@s****n>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 4aeece0f | Fix coverage and formatting | Christoph Zwerschke <c****o@o****e> | almost 2 years ago | |
| 04c4dd18 | polish(incrementalDelivery): filter function is always passed a path | Christoph Zwerschke <c****o@o****e> | almost 2 years ago | |
| 0c843f9d | fix(incrementalDelivery): filtering should never filter the error source | Christoph Zwerschke <c****o@o****e> | almost 2 years ago | |
| fccb0bb8 | incrementalDelivery: refactoring and streamlining | Christoph Zwerschke <c****o@o****e> | almost 2 years ago | |
| cf795527 | Fix typo in the error message for max tokens | Christoph Zwerschke <c****o@o****e> | almost 2 years ago | |
| e34f020d | polish: add additional test for filtering | Christoph Zwerschke <c****o@o****e> | almost 2 years ago | |
| 4a87525b | Fix envlist in tox.ini | Christoph Zwerschke <c****o@o****e> | almost 2 years ago | |
| 63216e30 | Add filtering for async iterator lists | Christoph Zwerschke <c****o@o****e> | almost 2 years ago | |
| d42eddbf | Support Python 3.12 and update dependencies | Christoph Zwerschke <c****o@o****e> | almost 2 years ago | |
| 37f8eb29 | Update mypy | Christoph Zwerschke <c****o@o****e> | almost 2 years ago | |
| 4d240d48 | Migrate from black, flake8 and isort to ruff | Christoph Zwerschke <c****o@o****e> | almost 2 years ago | |
| 0c93b845 | Fix return type of assert_composite_type (#203) |
Evan Mays <m****e@e****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| a6c15f38 | fix: allow async errors to bubble to AsyncIterable list items | Christoph Zwerschke <c****o@o****e> | over 2 years ago | |
| f7e937ca | Alpha release v3.3.0a3 with new features | Christoph Zwerschke <c****o@o****e> | over 2 years ago | |
| e94fe817 | Include name in representation of nodes (#198) | Christoph Zwerschke <c****o@o****e> | over 2 years ago | |
| 1a62f302 | Use is_awaitable more consistently | Christoph Zwerschke <c****o@o****e> | over 2 years ago | |
| a46cc848 | Remove expected warnings from tests more reliably | Christoph Zwerschke <c****o@o****e> | over 2 years ago | |
| 56ea5dd5 | Add some more tests for map_async_iterable | Christoph Zwerschke <c****o@o****e> | over 2 years ago | |
| 1e77b8cf | Use a more tolerant aclosing() context manager | Christoph Zwerschke <c****o@o****e> | over 2 years ago | |
| e6bb12d9 | merge Merge main branch | Christoph Zwerschke <c****o@o****e> | over 2 years ago | |
| 8f66d137 | Turn MapAsyncIterable into an AsyncGenerator (#199) |
Kristján Valur Jónsson <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 6d7ccdb3 | incrementalDelivery: fix iterable streaming with errors | Christoph Zwerschke <c****o@o****e> | over 2 years ago | |
| a71f6a90 | incrementalDelivery: remove singleResult wrapper | Christoph Zwerschke <c****o@o****e> | over 2 years ago | |
| a0467949 | Update dependencies | Christoph Zwerschke <c****o@o****e> | over 2 years ago | |
| 3e7b361e | Filter subsequent payloads when parent field is null | Christoph Zwerschke <c****o@o****e> | over 2 years ago |