🚀 Day 4: FastAPI + GraphQL (Ariadne) ✅ Created House & Room tables ✅ Ran Alembic database migrations ✅ Built GraphQL mutation (addHouse) using Ariadne FastAPI + GraphQL (via Ariadne) = 🔥 Flexible & scalable APIs! #FastAPI #GraphQL #Ariadne #Python #WebDev #Backend

Dunique314's tweet image. 🚀 Day 4: FastAPI + GraphQL (Ariadne)

✅ Created House & Room tables
✅ Ran Alembic database migrations
✅ Built GraphQL mutation (addHouse) using Ariadne
FastAPI + GraphQL (via Ariadne) = 🔥 Flexible & scalable APIs!
#FastAPI #GraphQL #Ariadne #Python #WebDev #Backend
Dunique314's tweet image. 🚀 Day 4: FastAPI + GraphQL (Ariadne)

✅ Created House & Room tables
✅ Ran Alembic database migrations
✅ Built GraphQL mutation (addHouse) using Ariadne
FastAPI + GraphQL (via Ariadne) = 🔥 Flexible & scalable APIs!
#FastAPI #GraphQL #Ariadne #Python #WebDev #Backend

Oracle Database 23ai becomes Oracle AI Database 26ai when you apply the Oct 2025 Release Update This adds a GRAPHQL table function that Accepts #GraphQL queries Maps fields to database tables and columns Returns JSON e.g. SELECT * FROM GRAPHQL ( ' tab { col1 col2 } ' )

sqldaily's tweet image. Oracle Database 23ai becomes Oracle AI Database 26ai when you apply the Oct 2025 Release Update

This adds a GRAPHQL table function that

Accepts #GraphQL queries
Maps fields to database tables and columns
Returns JSON

e.g.

SELECT * FROM GRAPHQL ( ' tab { col1 col2 } ' )

🧠 GraphQL Introspection + Injection 1️⃣ Introspection enabled → attacker maps full schema 2️⃣ Finds sensitive queries/mutations 3️⃣ Sends crafted input to vulnerable resolver 4️⃣ Possible SQLi, IDOR, or RCE in backend 🎯 Schema leak → attack blueprint #bugbounty #graphql

NullSecurityX's tweet image. 🧠 GraphQL Introspection + Injection
1️⃣ Introspection enabled → attacker maps full schema
2️⃣ Finds sensitive queries/mutations
3️⃣ Sends crafted input to vulnerable resolver
4️⃣ Possible SQLi, IDOR, or RCE in backend
🎯 Schema leak → attack blueprint
#bugbounty #graphql

Alhamdulillah, First time hacking on a GraphQL target!🔥 Many researchers avoid GraphQL because it seems complex… But that complexity hides gold, Try to hack on it. #BugBounty #GraphQL #TogetherWeHitHarder

pwn_xyz's tweet image. Alhamdulillah, First time hacking on a GraphQL target!🔥

Many researchers avoid GraphQL because it seems complex…
But that complexity hides gold, Try to hack on it.

#BugBounty #GraphQL #TogetherWeHitHarder

Netflix evolved its GraphQL APIs to power dynamic pages that update as you watch, browse or add to My List🎬 💡Using: • GraphQL mutations for fresh data • Smart caching for partial updates • Trigger-action model to drive page refresh 👉netflixtechblog.com/unlocking-dyna… #GraphQL #WebPerf


Yesterday was Paris #GraphQL at @DeezerDevs 💜 We talked adoption, MCP, caching and more! And we celebrated 10 years of GraphQL! 🧁😋

martinbonnin's tweet image. Yesterday was Paris #GraphQL at @DeezerDevs 💜
We talked adoption, MCP, caching and more!
And we celebrated 10 years of GraphQL! 🧁😋
martinbonnin's tweet image. Yesterday was Paris #GraphQL at @DeezerDevs 💜
We talked adoption, MCP, caching and more!
And we celebrated 10 years of GraphQL! 🧁😋
martinbonnin's tweet image. Yesterday was Paris #GraphQL at @DeezerDevs 💜
We talked adoption, MCP, caching and more!
And we celebrated 10 years of GraphQL! 🧁😋

Soap vs. REST vs. GraphQL.! #Soap #REST #GraphQL

Krishnasagrawal's tweet image. Soap vs. REST vs. GraphQL.!

#Soap #REST #GraphQL

Last night's meetup at our HQ was all about #GraphQL! Big thanks to @graphqlparis & @martinbonnin for bringing the party to us 🎂, to the speakers (@Ztec6, Benjamin, @BnJ25) for the knowledge sharing and the entertainment 🌟, and to all attendees for the questions & exchanges 🙌

DeezerDevs's tweet image. Last night's meetup at our HQ was all about #GraphQL!
Big thanks to @graphqlparis & @martinbonnin for bringing the party to us 🎂, to the speakers (@Ztec6, Benjamin, @BnJ25) for the knowledge sharing and the entertainment 🌟, and to all attendees for the questions & exchanges 🙌
DeezerDevs's tweet image. Last night's meetup at our HQ was all about #GraphQL!
Big thanks to @graphqlparis & @martinbonnin for bringing the party to us 🎂, to the speakers (@Ztec6, Benjamin, @BnJ25) for the knowledge sharing and the entertainment 🌟, and to all attendees for the questions & exchanges 🙌
DeezerDevs's tweet image. Last night's meetup at our HQ was all about #GraphQL!
Big thanks to @graphqlparis & @martinbonnin for bringing the party to us 🎂, to the speakers (@Ztec6, Benjamin, @BnJ25) for the knowledge sharing and the entertainment 🌟, and to all attendees for the questions & exchanges 🙌
DeezerDevs's tweet image. Last night's meetup at our HQ was all about #GraphQL!
Big thanks to @graphqlparis & @martinbonnin for bringing the party to us 🎂, to the speakers (@Ztec6, Benjamin, @BnJ25) for the knowledge sharing and the entertainment 🌟, and to all attendees for the questions & exchanges 🙌

🚀 Meet Flocon — a desktop tool for #Android devs and #QA ❤️! ✨Features • Inspect HTTP / #GraphQL / #gRPC#Mock responses & simulate bad network • Explore #SQLite DBs, SharedPrefs & files • Test #Deeplinks 🛠️Built with #KotlinMultiplatform #AndroidDev #MobileDev #Kotlin


The tRPC hype is real, but I can't shake the feeling that its fundamental flaw is being overlooked. We've lost the power of client-side query customization. In my new post, I dive into why GraphQL's architectural advantages are still worth the initial complexity. #GraphQL #tRPC

pgte's tweet image. The tRPC hype is real, but I can't shake the feeling that its fundamental flaw is being overlooked. We've lost the power of client-side query customization. In my new post, I dive into why GraphQL's architectural advantages are still worth the initial complexity. #GraphQL #tRPC…

We taught the Requestly #APIClient to speak fluent #GraphQL. ✨ Run queries & mutations, introspect schemas, manage variables, and mix REST + GraphQL in one workspace. Zen > tab chaos. 🧘‍♂️ #API #DevTools


Just successfully migrated authentication from REST to GraphQL: ✅ Schema design ✅ Resolvers with JWT ✅ Frontend integration ✅ Live testing working! "Posts not loading?" That's because they're still on REST! Converting them to GraphQL is next up! #GraphQL #WebDev

Day 1 of learning @GraphQL 🚀 ✅ Built a schema ✅ Created resolvers ✅ Hooked it up with express-graphql ✅ Successfully tested queries in Postman Excited to dive into mutations next! #GraphQL #NodeJS #LearningInPublic



Just wrapped up a solid fullstack project [Mini Hosting Platform] to showcase my skill🚀 ⚙️ #Next.js + NextAuth 🚀 #GraphQL API 🗃️ #Prisma + #PostgreSQL 🐳 #Docker (#AWS ECR/ECS) ☁️ #CI /CD pipeline (auto deploy) 🌐 #AWS ALB for public access Short demo here 👇🎥


Prêt pour un nouveau meetup #GraphQL chez @DeezerDevs

spyl94's tweet image. Prêt pour un nouveau meetup #GraphQL chez @DeezerDevs

🔎 New from Radware: The Security Risks of GraphQL APIs (And How to Mitigate Them) by Uri Dorot. GraphQL delivers speed and flexibility—but also opens the door to new attack vectors that traditional API security often misses. ow.ly/HL2z50WZEVj #APISecurity #GraphQL

radware's tweet image. 🔎 New from Radware: The Security Risks of GraphQL APIs (And How to Mitigate Them) by Uri Dorot.

GraphQL delivers speed and flexibility—but also opens the door to new attack vectors that traditional API security often misses.
 ow.ly/HL2z50WZEVj

#APISecurity #GraphQL

🧵 How to turn Claude AI into your personal WordPress GraphQL instructor for Builderius (1-minute setup) #WordPress #claudeai #GraphQL #WebDevelopment #AICoding #Builderius


Another great video by David. #acpt & #builderius working without specific integration. Shows what the power of built in #graphql and #expressiins can do for #WordPress websites. 🔥

Here's how to use ACPT fields within @builderius. I love how Builderius can handle any dynamic data you throw at it. Thanks to @Cloudways for sponsoring the video. Link: youtu.be/8g3Qs1wiLLY

Daveden2's tweet card. How to use ACPT in Builderius

youtube.com

YouTube

How to use ACPT in Builderius



🚨 Just dropped a new video! 💥 I exploited a SQL Injection vulnerability in a GraphQL API — modern stack, classic flaw. 🔍 See how I found it, crafted the payload, and executed the attack step-by-step. 📺 Watch here: youtu.be/-xWm1HCGtc8 #CyberSecurity #GraphQL #BugBounty

NullSecurityX's tweet card. Modern API Pentesting: SQL Injection Walkthrough

youtube.com

YouTube

Modern API Pentesting: SQL Injection Walkthrough


7️⃣ GraphQL makes it easy to fetch relational content. Much more efficient than REST. #GraphQL #DeveloperTools #Builderius


Another great video by David. #acpt & #builderius working without specific integration. Shows what the power of built in #graphql and #expressiins can do for #WordPress websites. 🔥

Here's how to use ACPT fields within @builderius. I love how Builderius can handle any dynamic data you throw at it. Thanks to @Cloudways for sponsoring the video. Link: youtu.be/8g3Qs1wiLLY

Daveden2's tweet card. How to use ACPT in Builderius

youtube.com

YouTube

How to use ACPT in Builderius



Netflix evolved its GraphQL APIs to power dynamic pages that update as you watch, browse or add to My List🎬 💡Using: • GraphQL mutations for fresh data • Smart caching for partial updates • Trigger-action model to drive page refresh 👉netflixtechblog.com/unlocking-dyna… #GraphQL #WebPerf


Just wrapped up the GraphQL course by Net Ninja via @freeCodeCamp ✅ REST: "Multiple endpoints" GraphQL: "One endpoint, one query" 🔥 Game changer! Next: Build a GraphQL + MongoDB API 🚀 #GraphQL #MERN #Backend


Diving deep into GraphQL has completely changed how I think about APIs 🤯 Big thanks to @freeCodeCamp & Net Ninja for the amazing course! Time to move from learning → building 💪 #GraphQL #API #WebDev #LearningInPublic


Completed learning GraphQL today using @freeCodeCamp 🙌 Amazing shift from REST APIs → GraphQL thinking 🔥 What should I build next to practice— ✅ Social media API ✅ Blog API ✅ E-commerce backend Comment your pick! 👇 #GraphQL #NodeJS #MERN


Just completed the GraphQL course by @freeCodeCamp 🎯 Loved learning about queries, mutations & resolvers! Next goal: build a real-world project to practice 💻⚡ Any suggestions? #GraphQL #WebDev #JavaScript #DevJourney


Last night's #GraphQLParis meetup at @DeezerFR was a blast! 🎉 Celebrating 10 years of GraphQL with great talks and pizzas. Thanks, Deezer, for hosting! 💜 #GraphQL #ParisMeetup

JohannCVL's tweet image. Last night's #GraphQLParis meetup at @DeezerFR  was a blast! 🎉
Celebrating 10 years of GraphQL with great talks and pizzas. Thanks, Deezer, for hosting! 💜
#GraphQL #ParisMeetup
JohannCVL's tweet image. Last night's #GraphQLParis meetup at @DeezerFR  was a blast! 🎉
Celebrating 10 years of GraphQL with great talks and pizzas. Thanks, Deezer, for hosting! 💜
#GraphQL #ParisMeetup

Now to get #reqwest handling #graphql calls so that I can login; get images working for viewing #mnstr ; and get #websocket working for Battle mode.


Oracle Database 23ai becomes Oracle AI Database 26ai when you apply the Oct 2025 Release Update This adds a GRAPHQL table function that Accepts #GraphQL queries Maps fields to database tables and columns Returns JSON e.g. SELECT * FROM GRAPHQL ( ' tab { col1 col2 } ' )

sqldaily's tweet image. Oracle Database 23ai becomes Oracle AI Database 26ai when you apply the Oct 2025 Release Update

This adds a GRAPHQL table function that

Accepts #GraphQL queries
Maps fields to database tables and columns
Returns JSON

e.g.

SELECT * FROM GRAPHQL ( ' tab { col1 col2 } ' )

Last night's meetup at our HQ was all about #GraphQL! Big thanks to @graphqlparis & @martinbonnin for bringing the party to us 🎂, to the speakers (@Ztec6, Benjamin, @BnJ25) for the knowledge sharing and the entertainment 🌟, and to all attendees for the questions & exchanges 🙌

DeezerDevs's tweet image. Last night's meetup at our HQ was all about #GraphQL!
Big thanks to @graphqlparis & @martinbonnin for bringing the party to us 🎂, to the speakers (@Ztec6, Benjamin, @BnJ25) for the knowledge sharing and the entertainment 🌟, and to all attendees for the questions & exchanges 🙌
DeezerDevs's tweet image. Last night's meetup at our HQ was all about #GraphQL!
Big thanks to @graphqlparis & @martinbonnin for bringing the party to us 🎂, to the speakers (@Ztec6, Benjamin, @BnJ25) for the knowledge sharing and the entertainment 🌟, and to all attendees for the questions & exchanges 🙌
DeezerDevs's tweet image. Last night's meetup at our HQ was all about #GraphQL!
Big thanks to @graphqlparis & @martinbonnin for bringing the party to us 🎂, to the speakers (@Ztec6, Benjamin, @BnJ25) for the knowledge sharing and the entertainment 🌟, and to all attendees for the questions & exchanges 🙌
DeezerDevs's tweet image. Last night's meetup at our HQ was all about #GraphQL!
Big thanks to @graphqlparis & @martinbonnin for bringing the party to us 🎂, to the speakers (@Ztec6, Benjamin, @BnJ25) for the knowledge sharing and the entertainment 🌟, and to all attendees for the questions & exchanges 🙌

The successful applicant will join an innovative architecture team at the forefront of AI adoption, platform modernisation, and API-led transformation within the insurance industry. proactive.it/job/senior-arc… #REST #SOAP #GraphQL #Java #SQL

ProactiveIT_UK's tweet image. The successful applicant will join an innovative architecture team at the forefront of AI adoption, platform modernisation, and API-led transformation within the insurance industry.
proactive.it/job/senior-arc…
#REST #SOAP #GraphQL #Java #SQL

Yesterday was Paris #GraphQL at @DeezerDevs 💜 We talked adoption, MCP, caching and more! And we celebrated 10 years of GraphQL! 🧁😋

martinbonnin's tweet image. Yesterday was Paris #GraphQL at @DeezerDevs 💜
We talked adoption, MCP, caching and more!
And we celebrated 10 years of GraphQL! 🧁😋
martinbonnin's tweet image. Yesterday was Paris #GraphQL at @DeezerDevs 💜
We talked adoption, MCP, caching and more!
And we celebrated 10 years of GraphQL! 🧁😋
martinbonnin's tweet image. Yesterday was Paris #GraphQL at @DeezerDevs 💜
We talked adoption, MCP, caching and more!
And we celebrated 10 years of GraphQL! 🧁😋

Because it: - Unifies 100s of microservices into one clean API - Lets clients fetch exactly what they need - Decouples frontend from backend evolution - Centralizes auth, caching, logging & monitoring It’s not replacing REST — it’s orchestrating it⚡️ #GraphQL #API #DevOps


Prêt pour un nouveau meetup #GraphQL chez @DeezerDevs

spyl94's tweet image. Prêt pour un nouveau meetup #GraphQL chez @DeezerDevs

When, I say #GraphQL is an anti-pattern because the cost outweighs the benefits, some software engineers are enraged and don't want to listen to what/why I have said so. This is it 👇🏼👇🏼 explained better than I could have. It's not me mouthing off for no reason. It's real talk!

it mostly doesn't solve the problem, and introduces many new ones. it can solve the issue in some narrow cases, but the benefits are often not worth the cost. graphql is, however, the best developer siren song of all time. it lures you by being perfectly abstract, pure, logical



Learn more about #MCP (Model Context Protocol) and #GraphQL (query language for your API) ... with James twitch.tv/jdotw/videos


🎉 Just published the 3rd article in my 5-part series on Broken Access Control in GraphQL APIs! 🕵️‍♂️ Discussed: 1️⃣ Unauthorized Subdomain Changes 2️⃣ Private Field Exposure 📖 Read here: medium.com/@maakthon/bug-… #BugBounty #BugBountyTips #GraphQL #CyberSecurity #API

Maakthon's tweet image. 🎉 Just published the 3rd article in my 5-part series on Broken Access Control in GraphQL APIs!

🕵️‍♂️ Discussed:
1️⃣ Unauthorized Subdomain Changes
2️⃣ Private Field Exposure

📖 Read here: medium.com/@maakthon/bug-…

#BugBounty #BugBountyTips #GraphQL #CyberSecurity #API

🧠 GraphQL Introspection + Injection 1️⃣ Introspection enabled → attacker maps full schema 2️⃣ Finds sensitive queries/mutations 3️⃣ Sends crafted input to vulnerable resolver 4️⃣ Possible SQLi, IDOR, or RCE in backend 🎯 Schema leak → attack blueprint #bugbounty #graphql

NullSecurityX's tweet image. 🧠 GraphQL Introspection + Injection
1️⃣ Introspection enabled → attacker maps full schema
2️⃣ Finds sensitive queries/mutations
3️⃣ Sends crafted input to vulnerable resolver
4️⃣ Possible SQLi, IDOR, or RCE in backend
🎯 Schema leak → attack blueprint
#bugbounty #graphql

🚀 Day 4: FastAPI + GraphQL (Ariadne) ✅ Created House & Room tables ✅ Ran Alembic database migrations ✅ Built GraphQL mutation (addHouse) using Ariadne FastAPI + GraphQL (via Ariadne) = 🔥 Flexible & scalable APIs! #FastAPI #GraphQL #Ariadne #Python #WebDev #Backend

Dunique314's tweet image. 🚀 Day 4: FastAPI + GraphQL (Ariadne)

✅ Created House & Room tables
✅ Ran Alembic database migrations
✅ Built GraphQL mutation (addHouse) using Ariadne
FastAPI + GraphQL (via Ariadne) = 🔥 Flexible & scalable APIs!
#FastAPI #GraphQL #Ariadne #Python #WebDev #Backend
Dunique314's tweet image. 🚀 Day 4: FastAPI + GraphQL (Ariadne)

✅ Created House & Room tables
✅ Ran Alembic database migrations
✅ Built GraphQL mutation (addHouse) using Ariadne
FastAPI + GraphQL (via Ariadne) = 🔥 Flexible & scalable APIs!
#FastAPI #GraphQL #Ariadne #Python #WebDev #Backend

Checked Out the New Blog Yet? 👀 medusa0xf.com/posts/bypassin… #API #infosec #graphql

medusa_0xf's tweet image. Checked Out the New Blog Yet? 👀
medusa0xf.com/posts/bypassin…

#API #infosec #graphql

For GraphQL endpoints, test #SQLi in the query’s arguments or nested filters. Many devs overlook injection vectors in #GraphQL resolvers. #BugBountyTips #SQLi

nav1n0x's tweet image. For GraphQL endpoints, test #SQLi in the query’s arguments or nested filters. Many devs overlook injection vectors in #GraphQL resolvers. #BugBountyTips #SQLi

🧠 GraphQL Misconfig → Sensitive Data Leak 1️⃣ /graphql endpoint exposed in prod 2️⃣ Introspection enabled → full schema map 3️⃣ Hidden queries like users, passwords, tokens found 4️⃣ No auth on fields = sensitive data dump 🎯 One query = Full Database Exposure #bugbounty #graphql

NullSecurityX's tweet image. 🧠 GraphQL Misconfig → Sensitive Data Leak
1️⃣ /graphql endpoint exposed in prod
2️⃣ Introspection enabled → full schema map
3️⃣ Hidden queries like users, passwords, tokens found
4️⃣ No auth on fields = sensitive data dump
🎯 One query = Full Database Exposure
#bugbounty #graphql

Soap vs. REST vs. GraphQL.! #Soap #REST #GraphQL

Python_Dv's tweet image. Soap vs. REST vs. GraphQL.!

#Soap #REST #GraphQL

#chatgpt4o で、#shopify #graphql のサンプルとか、マジで時短なんですけど。 #filemaker

GuppyWebService's tweet image. #chatgpt4o で、#shopify #graphql のサンプルとか、マジで時短なんですけど。
#filemaker

Alhamdulillah, First time hacking on a GraphQL target!🔥 Many researchers avoid GraphQL because it seems complex… But that complexity hides gold, Try to hack on it. #BugBounty #GraphQL #TogetherWeHitHarder

pwn_xyz's tweet image. Alhamdulillah, First time hacking on a GraphQL target!🔥

Many researchers avoid GraphQL because it seems complex…
But that complexity hides gold, Try to hack on it.

#BugBounty #GraphQL #TogetherWeHitHarder

Soap vs. REST vs. GraphQL.! #Soap #REST #GraphQL

Krishnasagrawal's tweet image. Soap vs. REST vs. GraphQL.!

#Soap #REST #GraphQL

Prêt pour un nouveau meetup #GraphQL chez @DeezerDevs

spyl94's tweet image. Prêt pour un nouveau meetup #GraphQL chez @DeezerDevs

🔰 This is a game-changer for Web3 @graphprotocol has integrated @Chiliz Chain! Here's what this means for the future of Web3: 🔥 Developers can now access #Chiliz Chain's data through open APIs, known as subgraphs, using #GraphQL. ✨ The Graph provides a critical indexing…

ARB_Universe's tweet image. 🔰 This is a game-changer for Web3 @graphprotocol has integrated @Chiliz Chain! 
 
Here's what this means for the future of Web3:
 
🔥 Developers can now access #Chiliz Chain's data through open APIs, known as subgraphs, using #GraphQL.

✨  The Graph provides a critical indexing…

#BSidesBerlin Speaker Showcase @iCarossio and Nohé from @escapetechHQ uncover key vulnerabilities in GraphQL from 13,000 analyzed issues and share how to mitigate them using techniques like GraphQL Armor. @SecurityBSides #GraphQL #CyberSecurity

SidesBer's tweet image. #BSidesBerlin Speaker Showcase 

@iCarossio and Nohé from @escapetechHQ uncover key vulnerabilities in GraphQL from 13,000 analyzed issues and share how to mitigate them using techniques like GraphQL Armor. 

@SecurityBSides #GraphQL #CyberSecurity

A convergence of (my) worlds … @MongoDB’s Ben Flast takes the stage at @apollographql’s #graphqlsummit #graphql

Jen_Tyrseck's tweet image. A convergence of (my) worlds … @MongoDB’s Ben Flast takes the stage at @apollographql’s #graphqlsummit 

#graphql

Comenzando el #BeerJSCba #100 !!! Empezamos con las charlas relámpago de hoy con Sergio Garzón hablando de #GraphQL

beerjscba's tweet image. Comenzando el #BeerJSCba #100 !!!
Empezamos con las charlas relámpago de hoy con Sergio Garzón hablando de #GraphQL
beerjscba's tweet image. Comenzando el #BeerJSCba #100 !!!
Empezamos con las charlas relámpago de hoy con Sergio Garzón hablando de #GraphQL

Loading...

Something went wrong.


Something went wrong.


United States Trends