DEV Community

Discussion on: Build Fullstack Apps with NestJS, Hasura, and GraphQL APIs

Collapse
 
teekatwo profile image
Tori Pugh

I've got the Hasura action setup and when I try to run the mutation in GraphiQL, I'm getting the below error. Was there a step to setup a database that I might have missed? I'm not sure what I'm missing.

"message": "ConnectionFailure Network.Socket.getAddrInfo (called with preferred socket type/protocol: AddrInfo {addrFlags = [], addrFamily = AF_UNSPEC, addrSocketType = Stream, addrProtocol = 0, addrAddress = 0.0.0.0:0, addrCanonName = Nothing}, host name: Just \"host.docker.internal\", service name: Just \"3000\"): does not exist (Name or service not known)"
Enter fullscreen mode Exit fullscreen mode