DrakenhielmD
Convex Community15mo ago
3 replies
Drakenhielm

Exclude folder and file names from generated API

I have a file for each query and mutation and the file is named the same as the query/mutation function. This makes the generated API ugly with repeating the function name twice. I searched discord and documentation and to my understanding you are suppose to be able to exclude folders and files from the API generation if you add a underscore to the beginning of the folder or file name. I tried this with both a folder and file but they are still part of the generated API and the underscore is included. Is there any setting to enable this that I have missed?
Was this page helpful?