900
900
If this project were private, that is not problem.
issue, pull request template #20
I use request.query in currentUserCheck.ts ``` const userService = Container.get(UserService); const user = await userService.getById( Authentication.getUserIdByToken(token).userId ); action.request.query.user = user; ``` In middleware, I just call req.query.user
Hi @Francismb I made a new version that makes required field of gql schema. #6137 check my PR please. cc. @ardatan @EmrysMyrddin
@ardatan Thanks for replying 👍 From the [docs](https://protobuf.dev/programming-guides/proto3/#field-labels), Message fields can be **One of the Following**. > optional: An optional field is in one of two possible states: > the...
I misunderstood about non-optional field There is also `no explicit field label` and `optional label` in message. https://protobuf.dev/programming-guides/field_presence/ In this docs, > Singular proto3 fields of basic types (numeric, string,...
@EmrysMyrddin I agree with you about some point. I made a brief overview of proto3 before v3.15. - All fields are optional: In proto3, there is no concept of required...
Hello @siderakis @dangolbeeker, Hope you're doing great! I noticed the website still isn't up and running. Actually, I found out about graphql-mesh before stumbling upon Rejoiner. Given that Google is...
> You can find more info about expressions here: https://github.com/go-jet/jet/wiki/Expressions. Also, SQL doesn't support multiple WHERE clauses, it has to be only one. @houten11 Thank you for your prompt response....
@ant-kurt > Are you still seeing this issue? > > Which model are you using? Are you using first-party or Bedrock? It is okay now with first-party when I unset...