stm_app icon indicating copy to clipboard operation
stm_app copied to clipboard

Add GraphQL support

Open rimutaka opened this issue 3 years ago • 1 comments

GraphQL is needed for the cloud part of STM.

  • [ ] add custom scalar support for u64 and other scalar support
  • [ ] test it works with the existing structs in S3 (HashMap support)
  • [ ] hide graphql behind a feature so that it is not included in the standalone client
  • [ ] replace fork with the base in Cargo.toml (https://github.com/graphql-rust/juniper.git / https://github.com/rimutaka/juniper.git)

rimutaka avatar May 30 '22 21:05 rimutaka

Depends on resolution of issue https://github.com/graphql-rust/juniper/issues/1071 and PR https://github.com/graphql-rust/juniper/pull/1070. If that is rejected I'll have to make custom impl for HashSet.

rimutaka avatar May 31 '22 03:05 rimutaka