Jump to content

Google yourself using OSINT Framework.


ShruteSastry

Recommended Posts

backend GraphQL API design use chestunnadu...

currently working on similar project, for our company.

Facebook came up with this and heavily use in their API architecture....open source chesadu.

cc: @k2s and other engineers.

 

  • Like 1
  • Upvote 1
Link to comment
Share on other sites

9 minutes ago, Spartan said:

backend GraphQL API design use chestunnadu...

currently working on similar project, for our company.

Facebook came up with this and heavily use in their API architecture....open source chesadu.

cc: @k2s and other engineers.

 

Github completely shutdown api and replace it with graphql ... And many other companies to follow.... 

  • Upvote 1
Link to comment
Share on other sites

11 minutes ago, Spartan said:

backend GraphQL API design use chestunnadu...

currently working on similar project, for our company.

Facebook came up with this and heavily use in their API architecture....open source chesadu.

cc: @k2s and other engineers.

 

We just started using this in our project, for better performance caching mechanism undali 

  • Upvote 1
Link to comment
Share on other sites

26 minutes ago, Spartan said:

backend GraphQL API design use chestunnadu...

currently working on similar project, for our company.

Facebook came up with this and heavily use in their API architecture....open source chesadu.

cc: @k2s and other engineers.

 

Whats GraphQL man? Like whats the simple use case/scenario to consider GraphQL? I work on Spring Boot backend API's and stuff.. I heard about GraphQL but curious about the use cases.

Link to comment
Share on other sites

8 minutes ago, sri_india said:

Google chesthy chala info vosthadi kdha ... but still pani pata lekundaa kaaligaa unna , so type chesthaaa

 

REST API - you make call to endpoint and get the response , lets say you get one employee info , now you need payroll info of same employee , you need to make other API call ,and you also need his timesheets info other API call and so forth .... too many API calls for each info and also you might not need all the info like you need only employee name but not joining date or payroll - salary but not payroll dates ..... it is not easy to omit this info in REST API calls 

 

using graphQL , you specify you schema as graph and now you can make single API call to get all employee info , payroll info , timesheet or whatever you want , and also you can get specific fields you requested for instead of all the fields available 

 

 

 

Thanks man.

GraphQL ani vinna but never tried to look into it.. I was watching videos on GraphQL few minutes back and you summed up the content. Thanks dude.

This video is really good..

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...