Skip to content

Commit 12debbf

Browse files
authored
Update README.md
1 parent 8aa14a4 commit 12debbf

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,16 @@ The RestaurantGraphQL API offers the following features:
1212
- Get a list of foods: The API allows users to fetch a list of foods offered by a restaurant, including their names, descriptions, prices, and any other relevant details.
1313
- Filtering: Users can apply various filters while searching for restaurants, such as cuisine type, price range, ratings, and more.
1414

15+
## GraphQL Demo
16+
17+
![image](https://github.com/BaseMax/RestaurantGraphQLAPI/assets/2658040/a5d4abd8-0149-4b9e-9c8f-8e3085fcd713)
18+
19+
![image](https://github.com/BaseMax/RestaurantGraphQLAPI/assets/2658040/f14479f4-5374-4429-9900-62dc04a0b5f0)
20+
21+
![image](https://github.com/BaseMax/RestaurantGraphQLAPI/assets/2658040/d603670d-6bd8-4e17-a0f9-57c0adf43593)
22+
1523
## Available Queries
24+
1625
The following queries are available in the API:
1726

1827
- `restaurants(query: SearchRestaurantsInput!)`: Returns a list of restaurants based on the provided search query.
@@ -24,6 +33,7 @@ The following queries are available in the API:
2433
- `getAllUsers`: Returns a list of all users (requires superadmin role).
2534

2635
## Available Mutations
36+
2737
The following mutations are available in the API:
2838

2939
- `register(input: RegisterUserInput!)`: Registers a new user with the provided information.

0 commit comments

Comments
 (0)