Hello! I'm trying to use wiremock for graphql. I've read the
documentation and I'm still not sure how to make it work.
I'm running wiremock in a docker container. I put
this file in my docker container's /mappings folder and it's not being mapped. I'm sure I'm doing it wrong, but I can't find anywhere that tells me where I'm supposed to put that java file or how I get it to work. I'm sure it's obvious, but i'm new to wiremock and I've never been a java developer