FEATURES

Switch REST API into GraphQL

Lorem

Rest vs Graphql

Krijg precies wat je besteld hebt.

Begin direct met uw gratis plan of upgrade naar een PRO-plan om alle vele functies van GraphQL Editor te gebruiken!


  query getPizza ($lumberjack: Boolean) {
    pizza {
        ham
        salami
        bacon
        salad @skip(if: $lumberjack)
    }
  }
Pizza

  https://api.com/pizza/
Pizza

01Unlock the power of GraphQL!

See the relations between every type, enum and scalar in your schema on a ERD diagram view. Understanding complex GraphQL projects has never been easier.

ERD diagram view

02Keep using your REST backend

Bring new team members up to speed by simply showing them how everything is connected. Navigate one transparent view instead of sifting through thousands of lines of code.

easy onboarding

03Simple maintenance instead of building everything from scratch

Prototyping, type safety, faster development, efficient data queries, faster time-to-market. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

simple navigation

04Prepare for migration

Show off your project without even needing to access GraphQL Editor, simply export your relation view to a .png file and you can share it with anyone.

export to png

05Faster and bug-free development

Prototyping, type safety, faster development, efficient data queries, faster time-to-market. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

export to png
LeftCircle

REST vs GraphQL.

Hoewel het grote REST vs GraphQL debat nog steeds gaande is, is het hele punt van een proxy dat je niet hoeft te beslissen over het een of het ander. Je kunt REST blijven gebruiken op je backend en toch de voordelen van GraphQL benutten. Zo kun je zelf de voordelen ontdekken voordat je de beslissing neemt om over te stappen (of niet, je kunt altijd de proxy blijven gebruiken!) Het enige wat nodig is, is het in kaart brengen en matchen van de types en velden van je GraphQL schema met de REST API argumenten. Daarna vereist het alleen nog onderhoud en eventuele updates voor nieuwe argumenten en het zal ook functioneren als voorbereiding op de uiteindelijke migratie. In plaats van u af te vragen of REST vs GraphQL een combinatie is van REST + GraphQL.

LeftCircle
Turn your REST API into GraphQL

Read about this feature in our Docs

Go to docs