Skip to content

Commit

Permalink
update descriptions in AreaEdit.gql
Browse files Browse the repository at this point in the history
  • Loading branch information
l4u532 committed Feb 12, 2024
1 parent 4ef8609 commit a10a048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphql/schema/AreaEdit.gql
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ input BulkImportAreaInput {
lng: Float
"Latitude coordinate of the area, using the WGS 84 reference system."
lat: Float
"An optional bounding box that can be displayed on maps, using the WGS 84 reference system."
"An optional bounding box that can be displayed on maps, using GeoJSON bbox (see https://datatracker.ietf.org/doc/html/rfc7946#section-5)."
bbox: [Float]
"A list of child areas. Can be deeply nested."
children: [BulkImportAreaInput]
Expand Down

0 comments on commit a10a048

Please sign in to comment.