Skip to content

GraphQL is a query language (the QL part of its name). If you’re familiar with SQL, it works in a very similar way. Using a special syntax, you describe the data you want in your component and then that data is given to you.

License

Notifications You must be signed in to change notification settings

vinay72/graphQL

Repository files navigation

graphQL

GraphQL is an open-source data query and manipulation language for APIs, and a runtime for fulfilling queries with existing data. GraphQL was developed internally by Facebook in 2012 before being Publicly released in 2015. GraphQL is a query language (the QL part of its name). If you’re familiar with SQL, it works in a very similar way. Using a special syntax, you describe the data you want in your component and then that data is given to you. In order to know more about graphQL you can simply click on this link https://www.howtographql.com/ .

Front End

https://github.com/vinay72/graphQL/blob/master/img/Screenshot%20from%202019-02-26%2016-10-03.png
https://github.com/vinay72/graphQL/blob/master/img/Screenshot%20from%202019-02-26%2016-10-10.png
https://github.com/vinay72/graphQL/blob/master/img/Screenshot%20from%202019-02-26%2016-10-46.png
https://github.com/vinay72/graphQL/blob/master/img/Screenshot%20from%202019-02-26%2016-10-56.png
https://github.com/vinay72/graphQL/blob/master/img/Screenshot%20from%202019-02-26%2016-11-04.png
https://github.com/vinay72/graphQL/blob/master/img/Screenshot%20from%202019-02-26%2016-11-13.png

GraphiQL Queries

https://github.com/vinay72/graphQL/blob/master/img/Screenshot%20from%202019-02-26%2016-20-12.png

About

GraphQL is a query language (the QL part of its name). If you’re familiar with SQL, it works in a very similar way. Using a special syntax, you describe the data you want in your component and then that data is given to you.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published