i'm using strawberry to great success. however, there is one scenario that i would like to achieve: @strawberry.mutation( permission_classes=[ IsAuthenticated,
I would like to avoid the default '/sso/login' redirect uri but instead be able to configure custom redirect URIs for my Spring Boot application. I have added s
I am building a personal expenses app using flutter. I open modal sheet whereby I enter my new transactions for a particular expense. In that modal sheet I use
below i have different icons from material UI , which currently displays a grey circle whenever i hover on any of them , i want to remove this grey circle and i
I am executing liquibase through Maven like mvn liquibase:update and as you can see I am getting output in the console [INFO] Scanning for projects... [INFO] [
How to bring z axis of drop down menu to top of screen. I tried setting z-axis to some high value but that didnt work out.
I like to use some elements (field and value's indicated by **<field or value>**) of the ***content*** part of my json string in SQL. The difficult part i
so I am trying to set up a nested filter on an array of objects. The thing is that the filter is applied inside the object on a key that is another array of obj
I have a forEach that calls a function. There needs to be a delay between each time it is called. I've put it inside a setTimeout inside the forEach. It isn't r