# README
Integration tests
These tests run a gqlgen server against the apollo client to test real world connectivity.
First start the go server
go run integration/server/server.go
And in another terminal:
cd integration
npm ci
npm run test
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
NewExecutableSchema creates an ExecutableSchema from the ResolverRoot interface.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author