RedwoodJS and Object Identification Example

Hey folks, I’ve created a sample project showing how you can create a GraphQL Schema which conforms to the GraphQL Global Object Identification spec.

Commonly known as the “Relay Node” spec, it basically means any object in your schema can be grabbed through a single resolver node(id: ID) making it much easier to handle caching constraints and refetching generically regardless of your schema’s size.

8 Likes

I have nothing to add here beyond saying: Orta! You da man! Thanks for all these great example repos you’ve been putting out.

2 Likes