#graphql نتائج البحث
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

🚀 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

🔥 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

🔎 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
Very good talk on fragments in #graphql and what the mental model really is behind them. youtube.com/watch?v=gMCh8j…
youtube.com
YouTube
How To Use Fragments (They're Not for Re-use!) - Janette Cheng, Meta
🚀 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.
Very good talk on fragments in #graphql and what the mental model really is behind them. youtube.com/watch?v=gMCh8j…
youtube.com
YouTube
How To Use Fragments (They're Not for Re-use!) - Janette Cheng, Meta
💡 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
🛍️ Modern E-commerce Platform 🚀 #TypeScript #GraphQL #React #OpenSource github.com/evershopcommer…
🧵 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 #本紹介
🚀 Shutterstock is hiring Software Engineer III 🌇 Ireland, Dublin, Ireland 💪 #graphql #aws #kubernetes #postgresql #mysql #tech #softwareengineer #jobs echojobs.io/job/shuttersto…
🕷️ 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

最近刺激を受けることが多いのでなにか書きたいと思って書いてきた プロフィール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

Discovering GraphQL endpoints and SQLi vulnerabilities medium.com/@localh0t/disc… #Pentesting #GraphQL #SQLi #Vulnerability #CyberSecurity #Infosec


🧠 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

Using GraphQL vs REST APIs In Headless CMS: Pros & Cons leanstartuplife.com/2025/04/using-… #GraphQL #REST #API #CMS #HeadlessCMS #APIs #HTTP

🚀 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

API設計のトレンドである 「GraphQL」について話したよ🐨 youtu.be/T86BEsoSMAs #チャンネル登録お願いします #GraphQL #RESTAPI #API設計 #開発効率化 #株式会社GeNEE #ジーンちゃん #YouTube #SIer #システム開発 #アプリ開発

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

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

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

Something went wrong.
Something went wrong.
United States Trends
- 1. Yamamoto 41.7K posts
- 2. #DWTS 40.7K posts
- 3. Brewers 41.3K posts
- 4. Ohtani 13.7K posts
- 5. #TexasHockey 2,837 posts
- 6. #Dodgers 15.8K posts
- 7. #DWCS 7,695 posts
- 8. #WWENXT 18.5K posts
- 9. Young Republicans 65.6K posts
- 10. Jared Butler N/A
- 11. Robert 107K posts
- 12. Haji Wright 1,105 posts
- 13. Carrie Ann 4,752 posts
- 14. Roldan 2,590 posts
- 15. Shohei 8,740 posts
- 16. Domain For Sale 9,923 posts
- 17. Politico 292K posts
- 18. Will Richard 2,565 posts
- 19. Elaine 63.1K posts
- 20. Whitney 15.7K posts