Patrick Arminio
Patrick Arminio
/pre-release
/pre-release
hi @yunzheng! I think this is because I made GraphQLRouter (and all the other views) generic, can you try with: `graphql_app = GraphQLRouter[object, object](schema)`? (first type is the context type,...
/cc @bellini666
@bellini666 let's schedule something to make this happen 😊 @oliverseal did you change the GlobalID implementation to make this work?
@oliverseal thanks! I'll be travelling for the next two weeks, but once I'm back I'll take a proper look at the PR!
@devkral oh I forgot about it! I think we could use internally 😊 my reasoning around having this feature built-in is so that we have a great API (I quite...
@devkral https://github.com/erikwrede/rustberry :)
@sarahhenkens we (well @jkimbo :D) are going to work on this as discussed in our monthly meeting 😊 https://github.com/strawberry-graphql/strawberry/discussions/986
Thanks for the repo! I think that's quite useful, I'll double check that soon 😊 My understand is that simple resolver (ie resolver not doing anything with network) can be...