...

Source file src/edge-infra.dev/hack/graphiql/graphiql.go

Documentation: edge-infra.dev/hack/graphiql

     1  package graphiql
     2  
     3  import "embed"
     4  
     5  //go:embed react
     6  var Graphiql embed.FS
     7  

View as plain text