Skip to content

Commit

Permalink
feat: Added GraphQL in backend database Category (rupali-codes#1574)
Browse files Browse the repository at this point in the history
  • Loading branch information
NarendraKoya999 authored Aug 13, 2023
1 parent 7de6ff3 commit 25eee2b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions database/backend/database.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,12 @@
"url": "https://docs.aws.amazon.com/amplify/",
"category": "backend",
"subcategory": "database"
},
{
"name": "GraphQL",
"description": "GraphQL provides a comprehensive description of the data in your API, which gives clients the power to ask for exactly what they need and nothing more and make it easier to evolve APIs over time. It also enables powerful developer tools.",
"url": "https://graphql.org/",
"category": "backend",
"subcategory": "database"
}
]

0 comments on commit 25eee2b

Please sign in to comment.