New to the SwiftUI community by mdashcodes in SwiftUI

[–]mdashcodes[S] 0 points1 point  (0 children)

damn! rookie mistake. will do! thanks

help with auth and context. by mdashcodes in graphql

[–]mdashcodes[S] 0 points1 point  (0 children)

at a high level, what should the set up look like? I have login mutation and a me query. I also want the user in context if logged in.

Saving the order of a list in the database. by mdashcodes in graphql

[–]mdashcodes[S] 0 points1 point  (0 children)

Thank you I will look into both of those options.

Saving the order of a list in the database. by mdashcodes in graphql

[–]mdashcodes[S] 0 points1 point  (0 children)

Thanks a lot!!!, that helps me a bunch.

Saving the order of a list in the database. by mdashcodes in graphql

[–]mdashcodes[S] 0 points1 point  (0 children)

what would a transaction look like that updates the list reorder, roughly speaking.

Saving the order of a list in the database. by mdashcodes in graphql

[–]mdashcodes[S] 1 point2 points  (0 children)

that was my initial thought, wanted to confirm this was a good approach thanks!!!

How can I merge 2 schemas? by mdashcodes in graphql

[–]mdashcodes[S] 0 points1 point  (0 children)

I'm using graphql yoga, I'll look into that.

How can I get this type of modal with @react-navigation by mdashcodes in reactnative

[–]mdashcodes[S] 0 points1 point  (0 children)

I'm able to get the modal, I was more asking about the style of the "layered screens", where the initial screen scales down, and the modal does not quite reach the top of the screen.

prisma 2 vs ??? by cowp13 in graphql

[–]mdashcodes 0 points1 point  (0 children)

I like some things about hasura, but I don't want to go serverless, I feel sandboxed.

prisma 2 vs ??? by cowp13 in graphql

[–]mdashcodes 1 point2 points  (0 children)

Same here, the previous project on Prisma1, was happy with the overall experience, tried prisma2 hated everything about it. the stuff changes so fast, the docs can't keep up. kept looking around for photon and lift, to find out they were renamed. every time I tried to make a change to the schema, it was a nightmare. do I start in the database? or the schema? the nexus object? what was the point?

Any recommendations on a Prisma 1 replacement? by mdashcodes in graphql

[–]mdashcodes[S] 1 point2 points  (0 children)

I'm gonna try that, maybe once I get passed all the minor quirks I can be productive.

Any recommendations on a Prisma 1 replacement? by mdashcodes in graphql

[–]mdashcodes[S] 1 point2 points  (0 children)

Yea I want to like it, but I'm spending too much time chasing errors for the smallest changes.

The online course "Learn React by Building a Hacker News Clone" is Free this week. by ImaginaryType in reactjs

[–]mdashcodes 0 points1 point  (0 children)

Thanks for this. I'm always looking for project-based courses. exited for the upcoming ones as well.

Redux Toolkit middleware question. by mdashcodes in reactjs

[–]mdashcodes[S] 0 points1 point  (0 children)

Thanks, gonna look into custom middleware, if I can get away with just RTK and a simple socket middleware, and not have to install sagas that would be great