From 893175ff491e6df593f5021e021f02eff73b906e Mon Sep 17 00:00:00 2001 From: Klaus <88317742+l4u532@users.noreply.github.com> Date: Sun, 10 Dec 2023 10:12:38 +0100 Subject: [PATCH] fix --- src/graphql/climb/ClimbMutations.ts | 1 - src/graphql/schema/Climb.gql | 2 +- src/graphql/schema/ClimbEdit.gql | 22 ---------------------- 3 files changed, 1 insertion(+), 24 deletions(-) diff --git a/src/graphql/climb/ClimbMutations.ts b/src/graphql/climb/ClimbMutations.ts index 3bb52d86..f3168da4 100644 --- a/src/graphql/climb/ClimbMutations.ts +++ b/src/graphql/climb/ClimbMutations.ts @@ -25,4 +25,3 @@ const ClimbMutations = { } export default ClimbMutations - diff --git a/src/graphql/schema/Climb.gql b/src/graphql/schema/Climb.gql index 3463e937..5e73b516 100644 --- a/src/graphql/schema/Climb.gql +++ b/src/graphql/schema/Climb.gql @@ -205,4 +205,4 @@ type Pitch { length: Int boltsCount: Int description: String -} +} \ No newline at end of file diff --git a/src/graphql/schema/ClimbEdit.gql b/src/graphql/schema/ClimbEdit.gql index f28fda22..e1f36b80 100644 --- a/src/graphql/schema/ClimbEdit.gql +++ b/src/graphql/schema/ClimbEdit.gql @@ -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 } \ No newline at end of file