Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
l4u532 committed Dec 10, 2023
1 parent daa8513 commit 893175f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
1 change: 0 additions & 1 deletion src/graphql/climb/ClimbMutations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ const ClimbMutations = {
}

export default ClimbMutations

2 changes: 1 addition & 1 deletion src/graphql/schema/Climb.gql
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,4 @@ type Pitch {
length: Int
boltsCount: Int
description: String
}
}
22 changes: 0 additions & 22 deletions src/graphql/schema/ClimbEdit.gql
Original file line number Diff line number Diff line change
Expand Up @@ -80,29 +80,7 @@ input DisciplineType {
tr: Boolean
}


input GradeType {
vscale: String
yds: String
ewbank: String
french: String
brazilianCrux: String
font: String
uiaa: String
}

input ExperimentalAuthorType {
displayName: String!
url: String!
}

input Pitch {
id: ID!
parentId: ID!
pitchNumber: Int!
grades: GradeType
type: DisciplineType
length: Int
boltsCount: Int
description: String
}

0 comments on commit 893175f

Please sign in to comment.