@ -88,6 +88,9 @@ export default {
throw new PermissionError();
}
},
distributedActiveBikeParte: () => {
return false;
isLockedByMe: (parent: any, __: any, { req }: { req: any }) => isLockedByMe(parent, { req }),
isLocked: (parent: any, __: any, { req }: { req: any }) => isLocked(parent, { req })
@ -422,6 +422,7 @@ export default gql`
This value is calculated form other values.
It is true, if the person is not on the black list and not retired
and is either Mentor dt. Pate or Partner Mentor dt. Partnerpate for at least one bike.
Note: this will always be false for the moment.
"""
distributedActiveBikeParte: Boolean!
engagement: [Engagement]