Might be misreading this but is it suggesting some...
# confetti
j
Might be misreading this but is it suggesting some way to hook up graphql backend to mcp server? Be interesting to do with Confetti! https://bsky.app/profile/apollographql.com/post/3lp5wwngj6k2l
👀 2
âž• 1
m
I should know that but I have no idea how to use this 😅
So it'd be something like a chat where we can ask questions? "Give me all the talks from LouisCAD over the past 2 years"?
b
exactly 🙂 Plus apparently the latest version of the ChatGPT desktop web app has MCP support (I don't see it, maybe it's a "plus" thing) The Apollo thing is not yet released please wait
kodee loading 1
all right now it's released
having to pass the conference id as a header adds a bit of friction (actually maybe that's an interesting usecase!)
j
Do we have a way right now to query across different conferences?
b
I don't think so - they're siloed (except you can get the list of conferences)
m
We could wrap everything into a top level field, probably not too hard
Just adds one level of nesting to every query
b
Ah yes! Plus that could be backwards compatible because it's an addition
m
Always backward compatible;-)
🚀 2