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