D_Gamer
D_Gamer
TTwenty
Created by D_Gamer on 5/27/2024 in #❓︱help
Getting Error After Importing data.
No description
17 replies
TTwenty
Created by D_Gamer on 5/24/2024 in #❓︱help
Worker is terminating.
No description
30 replies
TTwenty
Created by D_Gamer on 5/24/2024 in #❓︱help
navigate() isn’t working after async operation.
No description
18 replies
TTwenty
Created by D_Gamer on 5/24/2024 in #❓︱help
Need help with 0.11.0 release merge !
I am currently merging release 0.11.0 with my features. So in there, I found that we have introduced auditLog table in workspace schema. Now, I already have workspaces created and I can't afford to lose data. So how do you suggest I can approach this ? I executed database:migrate , but I understand it wont make changes to my existing workspaces.
5 replies
TTwenty
Created by D_Gamer on 5/23/2024 in #❓︱help
Getting Error in TimingProfiler Component
No description
31 replies
TTwenty
Created by D_Gamer on 4/29/2024 in #❓︱help
How to disable pagination on “useFindManyRecords” ?
I am trying to fetch “Object A” with “useFindManyRecords” inside that ObjectA I am fetching Object B. Object A has Many Object B. The query runs perfectly but I am getting Paginated data for Object B. But I want all the data that exists in database. What can be done about this ?
4 replies
TTwenty
Created by D_Gamer on 4/25/2024 in #❓︱help
How are graphql errors getting displayed through snackbar ?
I tried looking at Errorlink implementation in Apollofactory, which handles different kind of errors. There is this switch case for UNAUTHENTICATED error extension code which has been handled and for other cases I think we are getting that error snackbar but I dont see any snackbar function getting invoked for that nor I could find a state for it. So is it something internally handled by apollo client ? Where there is a case for UNAUTHENTICATED, I want to add one more case and want to show a descriptive message in snackbar for that. Because right now it is displaying “Error” or “GraphQLError” as per what I return from backend.
14 replies
TTwenty
Created by D_Gamer on 4/19/2024 in #❓︱help
Can OptimisticEffect work this way ?
Let’s say I have two objects “A” and “B”. Object A has ONE TO MANY relation with Object B. Now, I use “useFindManyRecords” for Object A and in its query fields I fetch Object B items as well. With this “useUpdateManyRecord” and other CRUD hooks for this same Object A works fine and optimistic effect is running properly as well. But now If I run “useDeleteOneRecord” for Object B then would the OptimisticEffect work as expected ? In my implementation it doesn’t seem to work.
17 replies
TTwenty
Created by D_Gamer on 4/18/2024 in #❓︱help
useFindManyRecords() hook doesn’t utilize depth property.
useFindManyRecords() hook has depth property in its prop types but the property is not being destructured from props and ofcourse not getting passed on to the query factory.
2 replies
TTwenty
Created by D_Gamer on 4/15/2024 in #❓︱help
Provide Enum type in FieldMetadata
Is there a way we can use Enum Types in FieldMetadata?
3 replies
TTwenty
Created by D_Gamer on 4/12/2024 in #❓︱help
“start” script at root is not exiting gracefully
No description
3 replies
TTwenty
Created by D_Gamer on 4/11/2024 in #❓︱help
Logout issue
Does the logout feature has issue ? I click on logout and the url has changed but I don’t see the welcome page component rendering. But when I refresh the page, it is logged out and I can also see the Welcome page component.
6 replies
TTwenty
Created by D_Gamer on 4/8/2024 in #❓︱help
Getting Error while executing `graphql:data:generate` script in twenty-front module
No description
3 replies
TTwenty
Created by D_Gamer on 3/27/2024 in #❓︱help
Developers settings tab seems to be broken.
No description
8 replies
TTwenty
Created by D_Gamer on 3/27/2024 in #❓︱help
Where to integrate GraphQL Shield ?
If I wanted to integrate GraphQL-Shield to apply certain filters to Workspace resolvers and queries then what would be the sweet spot to integrate it ?
4 replies
TTwenty
Created by D_Gamer on 3/25/2024 in #❓︱help
How would I append a Custom Resolver with my Workspace GraphQL Schema ?
No description
4 replies
TTwenty
Created by D_Gamer on 3/23/2024 in #❓︱help
How do I get Mutations and Queries in GraphiQL ?
No description
5 replies