juniper/integration_tests/juniper_tests/src/codegen
nWacky 237e69c036 Rebase async_await onto master (#454)
* feat: Raw identifier support in object macro

This commit implements raw identifier (`r#name`) support
for field names (methods) and arguments in the `object` proc macro.

Eg:

```rust
impl T {
  fn r#type(r#trait: String) -> bool {}
}
```

* Rebase onto master

* Fix merge [skip ci]
2019-11-08 09:46:48 +00:00
..
derive_enum.rs Integration tests: impl_object refactor 2019-05-12 10:36:30 +02:00
derive_input_object.rs Enable merge_imports rustfmt setting. 2019-08-21 15:42:16 +02:00
derive_object.rs Enable merge_imports rustfmt setting. 2019-08-21 15:42:16 +02:00
derive_object_with_raw_idents.rs Rebase async_await onto master (#454) 2019-11-08 09:46:48 +00:00
mod.rs Rebase async_await onto master (#454) 2019-11-08 09:46:48 +00:00
scalar_value_transparent.rs (codegen) Implement newtype derive for scalars. 2019-06-25 18:55:45 +02:00
unions.rs Refacto graphql_union! macro to proc macro 2019-10-28 21:51:29 +01:00
util.rs Integration tests: impl_object refactor 2019-05-12 10:36:30 +02:00