# starwars **Repository Path**: gqlengine/starwars ## Basic Information - **Project Name**: starwars - **Description**: gqlengine示例:starwars - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 0 - **Created**: 2020-02-09 - **Last Updated**: 2025-08-29 ## Categories & Tags **Categories**: sample-code **Tags**: None ## README # starwars implemented by gqlengine starwars is a classic example for graphql server, here's a gqlengine version of it with playground in side. run by `go get` ``` go get github.com/gqlengine/starwars@master ``` after run, open http://localhost:9996 you will get this: ![image-20200209154745670](assets/image-20200209154745670.png) open http://localhost:9996/api/graphql/playground you will get this: ![image-20200209005908073](assets/image-20200209005908073.png) enjoy to play with the demo!