This website requires JavaScript.
Explore
Help
Sign In
root
/
spring-boot
mirror of
https://github.com/spring-projects/spring-boot.git
Watch
1
Star
0
Fork
You've already forked spring-boot
0
Code
Issues
Actions
4
Packages
Projects
Releases
Wiki
Activity
de808834f5
spring-boot
/
spring-boot-project
/
spring-boot-autoconfigure
/
src
/
test
/
resources
/
graphql
/
schema.graphqls
4 lines
89 B
GraphQL
Raw
Blame
History
type
Query
{
greeting
(
name
:
String
!
=
"Spring"
)
:
String
!
bookById
(
id
:
ID
)
:
Book
}
Reference in New Issue
View Git Blame
Copy Permalink