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 ae6bfe1 commit f71d92a
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 @@ -103,7 +103,7 @@ input BulkImportClimbInput {
name: String
"The difficulty grade of the climb. Must be coherent with the area's gradeContext. I. e. gradeContext = 'US' requires denomination in yds/vscale (climbing/bouldering), so '5.11'/'V14', 'FR' would be french/font '9c+'/'9a', 'UIIA' would be uiaa/font '9+'/'9a'. (see https://github.com/OpenBeta/sandbag)."
grade: String!
"Object of applicable disciplines (e.g. { """trad:""" true }). Options: trad, sport, bouldering, deepwatersolo, alpine, ice, mixed, aid, tr (= toprope). Can be combined."
"Object of applicable disciplines (e.g. { \"trad\": true }). Options: trad, sport, bouldering, deepwatersolo, alpine, ice, mixed, aid, tr (= toprope). Can be combined."
disciplines: DisciplineType!
"The safety rating of a climb based on US movie ratings (see https://github.com/OpenBeta/openbeta-graphql/blob/9c517329db079c922fe7f092a78b658cb295e158/src/graphql/schema/Climb.gql#L177)."
safety: SafetyEnum
Expand Down

0 comments on commit f71d92a

Please sign in to comment.