From 6cd60e33de77f9fd669a7ece46af6c347defd035 Mon Sep 17 00:00:00 2001 From: leonnicolas Date: Fri, 4 Dec 2020 13:13:08 +0100 Subject: [PATCH] src/schema: remove fields remove otherData from organisation --- src/schema/type-defs.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/schema/type-defs.ts b/src/schema/type-defs.ts index b55e6a8..7f6747f 100644 --- a/src/schema/type-defs.ts +++ b/src/schema/type-defs.ts @@ -828,7 +828,6 @@ export default gql` registeredAt: String provider: Provider contactInformation: ContactInformation - otherData: String isLocked: Boolean! isLockedByMe: Boolean! "null if not locked by other user" @@ -844,7 +843,6 @@ export default gql` "If Club, at what court registered" registeredAt: String contactInformationId: ID - otherData: String } input OrganisationUpdateInput { @@ -856,7 +854,6 @@ export default gql` "If Club, at what court registered" registeredAt: String contactInformationId: ID - otherData: String keepLock: Boolean }