Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions README.MD

This file was deleted.

12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Launch GraphQL Request on Postman:
<img width="1225" alt="image" src="https://github.com/rahulvaish/SpringBoot-Java/assets/689226/ac0ca400-d141-4a5f-bd04-4df34fefa7a6">

Enter the URL with <b> /grpahql</b>
<img width="1348" alt="image" src="https://github.com/rahulvaish/SpringBoot-Java/assets/689226/1a5c289a-b83a-4fca-b8f8-ce18a2fa88ba">
Now try two things, to understand how GraphQL solves the problem of Over Fetching and under fetching: <br>
#### First:
<img width="1343" alt="image" src="https://github.com/rahulvaish/SpringBoot-Java/assets/689226/9161766d-d841-4b43-9a31-13ba6de632a4">

#### Second:
<img width="1342" alt="image" src="https://github.com/rahulvaish/SpringBoot-Java/assets/689226/8cd8ba90-a094-4ac4-a03d-e92abe15e577">
Basis on what you select, the response is delivered.
2 changes: 2 additions & 0 deletions SpringBootGraphQL/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
33 changes: 33 additions & 0 deletions SpringBootGraphQL/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/

### VS Code ###
.vscode/
Binary file added SpringBootGraphQL/.mvn/wrapper/maven-wrapper.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions SpringBootGraphQL/.mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar
316 changes: 316 additions & 0 deletions SpringBootGraphQL/mvnw

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading