ourjapanlife / findadoc-server

The api / server for Find A Doc, Japan. Check out the board to see the latest effort https://github.com/orgs/ourjapanlife/projects/8
3 stars 1 forks source link

chore: add coordinates to schema `FacilitySubmission` #485

Closed NabbeunNabi closed 3 weeks ago

NabbeunNabi commented 3 weeks ago

What changed

I added the coordinates to the types on the backend in #482 . This one adds the types to the schema which is what generates the types for the frontend. Thanks to @Anissa3005 For explaining to me that the schema.graphql file is what needs to be changed

Testing instructions

Run the server with:

npm generate 

And see if the type for the floats of the coordinates is part of the FacilitySubmission type.