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 👇🎥


🧠 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

🚀 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


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



🧠 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

🔥 We're building something wild for Builderius users Training materials that teach AI assistants (ChatGPT, Claude, etc.) to help you write GraphQL queries for your projects. Here's why this matters 🧵 #AI #graphql #worspress #pagebuilder #webdev


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


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

🔎 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

💡 Your #GraphQL schema is closer to being AI-ready than you think. With a few lines of code, your schema can become a set of AI-ready tools: typed, validated, and instantly usable by ChatGPT or Claude. No new UI, no marketplace friction. Just clean, schema-driven access for AI.


Just wrapped up migrating the Posts module from REST → GraphQL ✅ CRUD operations (create, edit, delete posts) ✅ JWT-based auth for secure ops ✅ Image upload ✅ Pagination for smoother feeds #GraphQL #WebDev #FullStack

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



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

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

#Soap #REST #GraphQL

🚀 WordPress GraphQL Made Easy No experience needed. Built-in snippets make queries simple. ✅ Custom posts/taxonomy/users ✅ ACF repeaters ✅ JSON optimization First in our GraphQL series 📈 The link in comments 👇 #graphql #wordpress #pagebuilder #query

builderius's tweet image. 🚀 WordPress GraphQL Made Easy

No experience needed. Built-in snippets make queries simple.

✅ Custom posts/taxonomy/users
✅ ACF repeaters
✅ JSON optimization

First in our GraphQL series 📈 The link in comments 👇

#graphql #wordpress #pagebuilder #query

🎉 Welcome to #GraphQLConf 2025! Tomorrow we kick off 3 incredible days in Amsterdam with the global #GraphQL community! Ready for 100+ sessions, amazing speakers, and endless learning opportunities? See you bright and early! 🚲 🎟️ hubs.la/Q03GWjcn0


Our CEO @debergalis shares 4 learnings on the importance of principled approach to MCP tools, and why at each step #GraphQL and #MCP are a magical combination.


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…

🚀 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

💡 Your #GraphQL schema is closer to being AI-ready than you think. With a few lines of code, your schema can become a set of AI-ready tools: typed, validated, and instantly usable by ChatGPT or Claude. No new UI, no marketplace friction. Just clean, schema-driven access for AI.


🌐 RESTful API vs GraphQL: REST: • Multiple endpoints • Over/under fetching issues • Simple & widely used GraphQL: • Single endpoint • Request exactly what you need • Steeper learning curve Choose based on your use case! 🎯 #API #GraphQL #REST


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


🛠『Next.js、Prisma、GraphQL Code Generatorで作るフルスタックWebアプリケーション』は、現場直結の実践解説書! amazon.co.jp/dp/4295601497?… #Nextjs #GraphQL #本紹介


🕷️ GraphQL vs REST API: GraphQL wins: • Single endpoint • No over-fetching • Strong typing • Better documentation REST still good for simple APIs! 🙌 #GraphQL #API #WebDev


We turned AI into interactive docs + GraphQL tutor for Builderius 🤖📚 New tutorial: Claude AI becomes your personal WordPress dev mentor that teaches while you build ⚡ 21-min demo 🚀 Link in comments 👇 #AI #GraphQL #WordPress #Builderius

builderius's tweet image. We turned AI into interactive docs + GraphQL tutor for Builderius 🤖📚

New tutorial: Claude AI becomes your personal WordPress dev mentor that teaches while you build ⚡

21-min demo 🚀
Link in comments 👇

#AI #GraphQL #WordPress #Builderius

最近刺激を受けることが多いのでなにか書きたいと思って書いてきた プロフィールREADMEを“綺麗に自動更新”。 GraphQL × Actionsで、プロジェクト/活動/今月グラフを毎日生成。 qiita.com/mofdev/items/0… #GitHub #GitHubActions #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

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

🧠 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

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

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

#Soap #REST #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

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

🧠 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

🔰 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…

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

#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

Day 3 of #DrupalMountainCamp – done and dusted! 💪 Another informative day filled with inspiring sessions and conversations. Huge shoutout to Christophe Jossart for his insightful talk on Drupal #GraphQL and Gutenberg.

amazeelabs's tweet image. Day 3 of #DrupalMountainCamp – done and dusted! 💪 Another informative day filled with inspiring sessions and conversations. Huge shoutout to Christophe Jossart for his insightful talk on Drupal #GraphQL and Gutenberg.

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

Loading...

Something went wrong.


Something went wrong.


United States Trends