When defining the resolver for a type in graphql, we should use the specific type in the parent parameter.
For example, in this image from organization.ts, parent shouldn't be hard typed to { id: string }. It would be better if we use the whole type like OrganizationsRow
