juniper/integration_tests
David Pedersen 1148c75a1d 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 {}
}
```
2019-11-06 23:08:25 +00:00
..
juniper_tests feat: Raw identifier support in object macro 2019-11-06 23:08:25 +00:00