4

Today, Someone I am working for asked me to port a REST API to GraphQL.

The REST API response is a JSON containing only 3 fields.

Does it makes sense to even consider porting this to GraphQL?

To be clear, The scope of the project was finished as in, All the features and whatever were already written and there was nothing else to be added to the API.

Comments
  • 5
    I wouldn't but someone obviously wants to add GraphQL to their CV.
  • 5
    No, even graphql recommends not to use it in that case.
  • 1
  • 3
    You kinda need to rebuild both the backend and frontend request if you guys decide to use GraphQL
Add Comment