juniper/integration_tests/juniper_tests/src
Idan Mintz d4fda786ba
Fixes panic when spreading untyped union fragment. (#946)
* Fixes panic when spreading untyped union fragment.

closes #945

* Fix ci breakage with explicit lifetime annotation in juniper_rocket_async
2021-06-14 00:52:41 -07:00
..
codegen Fix using graphql_scalar proc macro inside a macro (#933) 2021-06-06 15:05:53 -07:00
api.rs Move and enable public api integration tests (#692) 2020-07-08 16:40:34 -10:00
arc_fields.rs Mark Arc with IsInputType & IsOutputType. (#822) 2020-12-11 16:30:41 -10:00
custom_scalar.rs Default to generic ScalarValue in #[graphql_object] macro (#779) 2020-11-06 18:15:18 -08:00
explicit_null.rs Add ability to distinguish between implicit and explicit null (#795) 2020-10-23 19:21:37 -04:00
infallible_as_field_error.rs Implement IntoFieldError for Infallible (#796) 2020-10-29 06:39:59 -07:00
issue_371.rs Default to generic ScalarValue in #[graphql_object] macro (#779) 2020-11-06 18:15:18 -08:00
issue_398.rs Default to generic ScalarValue in #[graphql_object] macro (#779) 2020-11-06 18:15:18 -08:00
issue_407.rs Fragment spreads in Interface types (#907) 2021-04-02 09:34:52 -10:00
issue_500.rs Fix #500 (crash from look_ahead on nested fragments) (#800) 2020-11-04 15:11:25 -08:00
issue_914.rs Fixes Issue 914 (#915) 2021-04-17 13:29:08 -10:00
issue_922.rs Fix fields on interface not being resolved when used with fragments (#923, #922) 2021-04-30 15:13:54 +03:00
issue_925.rs Fix subscription error extensions (#927) 2021-05-11 10:43:52 +03:00
issue_945.rs Fixes panic when spreading untyped union fragment. (#946) 2021-06-14 00:52:41 -07:00
lib.rs Fixes panic when spreading untyped union fragment. (#946) 2021-06-14 00:52:41 -07:00
pre_parse.rs Make the executor and validation APIs public to enable split parsing and execution (#874) 2021-04-02 19:13:06 -10:00