This website requires JavaScript.
Explore
Help
Sign In
wpetit
/
super-graph
Watch
1
Star
0
Fork
You've already forked super-graph
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
3a4d885987
super-graph
/
main.go
10 lines
91 B
Go
Raw
Normal View
History
Unescape
Escape
First commit
2019-03-24 14:57:29 +01:00
package
main
import
(
"github.com/dosco/super-graph/serv"
)
func
main
(
)
{
Fix to ensure only named queries are saved to the allow list
2020-02-01 16:54:19 +01:00
serv
.
Cmd
(
)
First commit
2019-03-24 14:57:29 +01:00
}