GitHub - raafael/TestsKotlinSpringBootGraphQL: Repository to study · GitHub
Skip to content

raafael/TestsKotlinSpringBootGraphQL

Folders and files

Repository files navigation

TestsKotlinGraphQL

Repository to study

#To test graphQL http://localhost:8080/graphiql

1- Sample Query

{
      getUserById(id:"1") {
    		id
        name
    }
}

2- Query with relationship

{
      getUserById(id:"1") {
    		id
        name
        addressess {
          id
          zipCode
        }

    }
}

About

Repository to study

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages