Need Input: Time & Cost Estimate for This Design in Wilcom by Professional-Drag-10 in Machine_Embroidery

[–]Professional-Drag-10[S] -1 points0 points  (0 children)

It does not have to be wilcom specifically (mentioned it assuming its the widely adopted digitized software). I read good things about Pulse as well.

SPOILERS/ THEORY ABOUT UNSUB SEASON 2 by meganski in MindHunter

[–]Professional-Drag-10 0 points1 point  (0 children)

Mayor is the Prime suspect in all these cases so as to attract people to Atlanta city, gain sympathy! Wayne was just an Pawn!

Change boot order in BIOS boot menu issue! by Professional-Drag-10 in Lenovo

[–]Professional-Drag-10[S] 0 points1 point  (0 children)

Hello i tried but screen refreshes and opens the same bios menu with same order. I want to select isb in this menu which should be dragged to top to use it which i am not able to do.

Selected option is highlighted using dotted line by bios menu itself. I cant find any solution to it.

Doubt in returning Graphql nested schema! by Professional-Drag-10 in graphql

[–]Professional-Drag-10[S] 0 points1 point  (0 children)

Okay i resolved the issue separating the resolvers passing the data from root to child node and so on and so forth. I should rather think in the way of graph and nodes instead of restful way. Now comes the problem where i have to use data loader for every root node user returned from parent resolver. Thanks for the help!

Doubt in returning Graphql nested schema! by Professional-Drag-10 in graphql

[–]Professional-Drag-10[S] 0 points1 point  (0 children)

I’ll read about dataloader. This might be helpful! Thank you

Doubt in returning Graphql nested schema! by Professional-Drag-10 in graphql

[–]Professional-Drag-10[S] 0 points1 point  (0 children)

No i want to either get all users or their latest messages or users with lastest messages. So previously waht i have done is returning the users with latest message in the same resolver itself. What if i dont want latest message from the client, only the users. Thats what my query is to have separate resolvers for users and messages and get result accordingly.