Add graphiql testing workflow (#15)

This commit is contained in:
2023-02-18 20:45:18 -07:00
parent 6b103d074e
commit 85ebd856eb
4 changed files with 132 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM nginx:latest
COPY graphiql.html /usr/share/nginx/html/index.html
COPY graphiql.conf /etc/nginx/conf.d/default.conf