Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandleFunc ¶
type HandleFunc struct { Pattern string Handler http.HandlerFunc }
type Server ¶
func NewGraphQLServer ¶ added in v0.5.0
func NewGraphQLServer(authenticationService service.AuthenticationService, noteService service.NoteService, cfg config.Configuration, jwtDatasource domain.JwtDatasource) *Server
NewGraphQLServer creates and configures a new GraphQL server with the specified address.
Click to show internal directories.
Click to hide internal directories.