Async GraphQL with Rust: Part Four
Use unit and integration tests to check your assumptions, to validate your app on the way to Production, and to provide usage examples for those coming behind you.
Brandon KonkleUse unit and integration tests to check your assumptions, to validate your app on the way to Production, and to provide usage examples for those coming behind you.
Brandon KonkleProve the identity of your caller with JWT token authentication, and decide what actions they can take on which resources with authorization rules by Oso.
Brandon KonkleAn overview of SeaORM and async-graphql including data models and querying, GraphQL schemas and resolvers, and handling HTTP requests with auth context.
Brandon KonkleAn Introduction to the Rust ecosystem and a collection of libraries that empower developers to build production-ready server applications with GraphQL.
Brandon KonkleMy quest has brought me to the lofty peaks of PostGraphile and GraphQL Code Generator, and today I'm ready to wire in my Create React App-based front-end!
Brandon Konkle