Function prisma_schema_build::text_document_completion
source · pub fn text_document_completion(schema: String, params: String) -> String
Expand description
The API is modelled on an LSP completion
request.
Input and output are both JSON, the request being a CompletionParams
object and the response
being a CompletionList
object.