Skip to content

T45K/Spring_GraphQL-Kotlin_trial

Repository files navigation

Spring_GraphQL-Kotlin_trial

  • prepare Java 21
  • ./gradlew bootRun
  • post the following data to localhost:8080/graphql
    query {
      findById(id: 1){
          id
      }
    }
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages