From 76dd69192f28770d582d7071e3e6dccb090a47ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Alexander=20Str=C3=B8mseng?= Date: Mon, 29 Apr 2024 16:10:21 +0200 Subject: [PATCH] Update developing.md add gql.tada guide --- docs/developing.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/developing.md b/docs/developing.md index b1aa3b5..63a47e0 100644 --- a/docs/developing.md +++ b/docs/developing.md @@ -53,7 +53,15 @@ The following should **NOT** be made publicly available: To explore the schema, use the [apollo sandbox](https://studio.apollographql.com/sandbox/explorer/) with `http://localhost:1337/graphql` as the url. -Generation of types types is done with [gql.tada](https://github.com/0no-co/gql.tada). All you need to do is accept using the workspace typescript version. +Generation of types types is done with [gql.tada](https://github.com/0no-co/gql.tada). All you need to do is allow using the workspace typescript version. +![image](https://github.com/NTNU-SmallSat-Lab/outreach-website/assets/24990129/c3bdfc00-205d-4b6e-a79c-f46bcd7e8eca) + +If you don't get the popup, you can set it manually like this: +![image](https://github.com/NTNU-SmallSat-Lab/outreach-website/assets/24990129/bafd8be5-2b63-4ec7-a7c3-e040b6e7ccec) + +![image](https://github.com/NTNU-SmallSat-Lab/outreach-website/assets/24990129/70c3f03a-74c9-4d68-a863-26806f7e5e72) + + ## Strapi invite others