...

Source file src/github.com/99designs/gqlgen/graphql/playground/altair_playground_test.go

Documentation: github.com/99designs/gqlgen/graphql/playground

     1  package playground
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestAltairHandler_Integrity(t *testing.T) {
     8  	testResourceIntegrity(t, AltairHandler)
     9  }
    10  

View as plain text