Orible

Results 5 comments of Orible

So I suppose my question is; 1. Am I able to change the schema and resolver to use the UID data as input 2. Then use it as the first...

An example of how I do it manually. ![image](https://user-images.githubusercontent.com/7204994/104739485-adc6ae00-573e-11eb-98bb-df155768399d.png) Notice the use of ThreadWhere.UID rather than ThreadWhere.ID

Yes, mainly for security measures and the aspect of ids unique to the whole database When making a request, the client sends back the UUID in some valid way instead...

Aye, I do agree with the question around if it's really practical to obscure the row Ids In terms of authentication, I'm loading a user context through information provided from...

As you note, the biggest reason I chose to use external ids is to prevent users from inferring the number of posts, number of users, or other such records. And...