...

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

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

     1  package graphql
     2  
     3  type Query struct{}
     4  
     5  type Mutation struct{}
     6  
     7  type Subscription struct{}
     8  

View as plain text