I have been doing some experiments with graphql-me...
# spicedb
a
I have been doing some experiments with graphql-mesh ( https://github.com/dvdthecoder/authzed-graphql-api ) . When I try to run handlers for gRPC transformations , I was not able to run it due to https://github.com/protobufjs/protobuf.js/issues/1683 , where it is not able to parse
(validate.rules).repeated .items.message.required = true
. I wanted to know the significance of this . Whilst the parser does understand repeated and required , it is not able to tokenize further.