Folders can only be viewed by the owner of the folder right now, so the User field under the Folder type that currently exists in the GraphQL schema is basically useless. Also, there is no resolver for it, so it always returns null and is basically not implemented. Let's make folders sharable publicly or kept private with a new setting, show public folders by users, etc.
Folders can only be viewed by the owner of the folder right now,
so the User field under the Folder type that currently exists in the GraphQL schema is basically useless. Also, there is no resolver for it, so it always returns null and is basically not implemented.Let's make folders sharable publicly or kept private with a new setting, show public folders by users, etc.