Live GraphQL Endpoint for TypeSense API Conversion
TLDR Paul is trying to convert TypeSense API to GraphQL and wants a live endpoint for a better schema. Jason suggests forking the openapi spec and adding their document structure.
Jun 13, 2023 (3 months ago)
Paul
09:24 AMThe way it works, is that the GraphQL Mesh openapi handler will automatically convert any written openapi specification to a fully compatible GraphQL schema. If the Openapi schema is describing the current API sufficiently enough it will expose everything to GraphQL.
Is that something you guys might be interested in?
Kishore Nallan
10:32 AMPaul
11:19 AMJason
02:50 PMJun 14, 2023 (3 months ago)
Paul
10:16 AMJason
04:34 PMJun 15, 2023 (3 months ago)
Paul
10:40 AMTypesense
Indexed 2779 threads (79% resolved)
Similar Threads
Resolving Issues with Scoped API Keys in Typesense with Golang
Suvarna had problems with generating and using scoped API keys in Typesense with Golang. Several bugs misleading the user were found and fixed by Kishore Nallan.
Discussing Features for Typesense Cloud Dashboard
Stephano expressed the need for a Typesense Cloud dashboard to manage collections. Jason confirmed its development, also including features like editing and deleting items. James and Mica added comments about API key management and self-hosted Typesense compatibility.
Handling Large JSON File for Typesense
Matt struggled with processing a large JSON file for Typesense. Kishore Nallan explained how to create a schema, convert to JSONL, and import the file. They also identified the necessary keys from the JSON.