Mongodb offers the possibility to avoid over-fetching of data via projection so select only what you wont to have from fields of the document... GraphQL is offering the user the possibility to select only what he wont to have from API fields.
Is there any way based on java (spring) to forward the selected user input (from DataFetchingEnvironment) to mongodb (Query) because the API and document (collection) are almost the same...
0 Replies