src/schema: remove fields

remove otherData from organisation
pull/31/head
leonnicolas 4 years ago
parent 8121599fcd
commit 6cd60e33de
No known key found for this signature in database
GPG Key ID: 088D0743E2B65C07

@ -828,7 +828,6 @@ export default gql`
registeredAt: String registeredAt: String
provider: Provider provider: Provider
contactInformation: ContactInformation contactInformation: ContactInformation
otherData: String
isLocked: Boolean! isLocked: Boolean!
isLockedByMe: Boolean! isLockedByMe: Boolean!
"null if not locked by other user" "null if not locked by other user"
@ -844,7 +843,6 @@ export default gql`
"If Club, at what court registered" "If Club, at what court registered"
registeredAt: String registeredAt: String
contactInformationId: ID contactInformationId: ID
otherData: String
} }
input OrganisationUpdateInput { input OrganisationUpdateInput {
@ -856,7 +854,6 @@ export default gql`
"If Club, at what court registered" "If Club, at what court registered"
registeredAt: String registeredAt: String
contactInformationId: ID contactInformationId: ID
otherData: String
keepLock: Boolean keepLock: Boolean
} }

Loading…
Cancel
Save