Posts by Thiago Prestes • 26 points
2 posts
-
1
votes0
answers62
viewsQ: Repository.findAndCount in related table column in typeorm/graphql
I am using typeorm and graphql in my api and want to make a findAndCount in a table called corresponding_users that has a one to one relation with the table users, but the query only works if Where…
-
0
votes1
answer337
viewsA: Issue with route in Laravel; my page does not access the bootstrap files that are on the layout page
Try calling the bootstrap and jquery files using a helper called Asset: <!DOCTYPE html> <html lang="pt-BR"> <head> <meta charset="UTF-8"> <meta name="viewport"…