@sporeball1trying to figure out what i think of Obsidian
@jessicard7+it’s been a minute since I’ve written a graphql query (actually, not since I worked at github, lmao), but i wrote up a query for an api endpoint to use on contribute.hackclub.com. the query part wasn’t the hard part, but figuring out how to auth with a github app was a little tricky! we got there in the end though 🙂
@clairebookworm2draft slides for an upcoming conference! gill sans is so great for academia presentations font :graphql: (and so is keynote)
@BenjaminSmith3Apollo client cache can be really annoying sometimes, I had to implement my own logic for when to get things from the server and from the cache to get this to work
@heyrajan0starting full stack course for MERN, Typescript and GraphQL. Let’s hope for the best
@safin.singh0i've playing around with graphql and seeing how far i can take codegen to get fully-typed queries/mutations/etc and i've got it to work pretty well! had to patch urql's types a little since apollo-server is weird (or maybe urql is weird) but anyway its pretty awesome