Test

1
2
3
4
using var client = new WeaviateClient(apiKey);

Class @class = await client.Schema.SchemaObjectsCreateAsync(
    class1: "Question");