Machine Readiness
Stored receipt and evidence
20
65
0
0
0
Samples
No stored offer samples.
Samples
No stored action samples.
Samples
No stored product samples.
Document
# * User-agent: * Allow: / Disallow: /docs/hotchocolate/v10/ Disallow: /docs/hotchocolate/v11/ # Algolia Crawler User-agent: Algolia Crawler Allow: / # Host Host: https://chillicream.com # Sitemaps Sitemap: https://chillicream.com/sitemap.xml
Document
# ChilliCream GraphQL Platform > The ChilliCream GraphQL Platform is an open-source ecosystem for building GraphQL APIs in .NET, including Hot Chocolate (server), Strawberry Shake (client), Green Donut (DataLoader), Fusion (distributed GraphQL), and Nitro (GraphQL IDE). For complete documentation in a single file, see [Full Documentation](https://chillicream.com/llms-full.txt) ## Documentation - [Nitro](/docs/nitro): GraphQL IDE and API management - [Fusion](/docs/fusion/v15): Distributed GraphQL gateway - [Hot Chocolate](/docs/hotchocolate/v15): GraphQL server framework for .NET - [Strawberry Shake](/docs/strawberryshake/v15): Type-safe GraphQL client for .NET - [Mocha](/docs/mocha/v16): Messaging Bus for .NET ### Nitro - [Introduction](/docs/nitro) - [Getting Started](/docs/nitro/getting-started) - [Explore the UI](/docs/nitro/explore-the-ui) - [Status Bar](/docs/nitro/explore-the-ui/status-bar) - [Explorer](/docs/nitro/explore-the-ui/explorer) - [Documents](/docs/nitro/documents) - [Operations](/docs/nitro/documents/operations) - [Response Pane](/docs/nitro/documents/response) - [Schema Reference](/docs/nitro/documents/schema-reference) - [Schema Definition](/docs/nitro/documents/schema-definition) - [Connection Settings](/docs/nitro/documents/connection-settings) - [Authentication Flows](/docs/nitro/documents/authentication) - [Overview](/docs/nitro/apis/overview) - [Stages](/docs/nitro/apis/stages) - [Deployments](/docs/nitro/apis/deployments) - [Fusion](/docs/nitro/apis/fusion) - [Schema Registry](/docs/nitro/apis/schema-registry) - [Client Registry](/docs/nitro/apis/client-registry) - [Operation Reporting](/docs/nitro/apis/operation-reporting) - [Operation Monitoring](/docs/nitro/open-telemetry/operation-monitoring) - [Service Monitoring](/docs/nitro/open-telemetry/service-monitoring) - [Logging](/docs/nitro/open-telemetry/logging) - [Environments](/docs/nitro/environments) - [Organizations](/docs/nitro/organizations) - [Workspaces](/docs/nitro/workspaces) - [Connect your API](/docs/nitro/nitro-services) - [CLI](/docs/nitro/cli) - [Authentication](/docs/nitro/cli/authentication) - [Global Options](/docs/nitro/cli/global-options) - [Automation](/docs/nitro/cli/automation) - [api-key](/docs/nitro/cli-commands/api-key) - [api](/docs/nitro/cli-commands/api) - [client](/docs/nitro/cli-commands/client) - [environment](/docs/nitro/cli-commands/environment) - [launch](/docs/nitro/cli-commands/launch) - [login](/docs/nitro/cli-commands/login) - [logout](/docs/nitro/cli-commands/logout) - [pat](/docs/nitro/cli-commands/pat) - [schema](/docs/nitro/cli-commands/schema) - [stage](/docs/nitro/cli-commands/stage) - [fusion-configuration](/docs/nitro/cli-commands/fusion-configuration) - [workspace](/docs/nitro/cli-commands/workspace) - [Subscriptions & Billing](/docs/nitro/subscriptions) - [Express Server](/docs/nitro/integrations/express) - [Hot Chocolate](/docs/nitro/integrations/hot-chocolate) - [Settings](/docs/nitro/settings) - [Themes](/docs/nitro/settings/themes) - [Key Bindings](/docs/nitro/settings/key-bindings) ### Fusion - [Overview](/docs/fusion/v15) - [Quick Start](/docs/fusion/v15/quick-start) - [Entities](/docs/fusion/v15/entities) - [Lookups](/docs/fusion/v15/lookups) - [DevOps](/docs/fusion/v15/devops) - [Node Pattern](/docs/fusion/v15/node) - [Aspire](/docs/fusion/v15/aspire) - [CLI](/docs/fusion/v15/cli) ### Hot Chocolate - [Introduction](/docs/hotchocolate/v15) - [Getting Started](/docs/hotchocolate/v15/get-started-with-graphql-in-net-core) - [Defining a schema](/docs/hotchocolate/v15/defining-a-schema) - [Queries](/docs/hotchocolate/v15/defining-a-schema/queries) - [Mutations](/docs/hotchocolate/v15/defining-a-schema/mutations) - [Subscriptions](/docs/hotchocolate/v15/defining-a-schema/subscriptions) - [Object Types](/docs/hotchocolate/v15/defining-a-schema/object-types) - [Scalars](/docs/hotchocolate/v15/defining-a-schema/scalars) - [Arguments](/docs/hotchocolate/v15/defining-a-schema/arguments) - [Input Object Types](/docs/hotchocolate/v15/defining-a-schema/input-object-types) - [Lists](/docs/hotchocolate/v15/defining-a-schema/lists) - [Non-Null](/docs/hotchocolate/v15/defining-a-schema/non-null) - [Enums](/docs/hotchocolate/v15/defining-a-schema/enums) - [Interfaces](/docs/hotchocolate/v15/defining-a-schema/interfaces) - [Unions](/docs/hotchocolate/v15/defining-a-schema/unions) - [Extending Types](/docs/hotchocolate/v15/defining-a-schema/extending-types) - [Directives](/docs/hotchocolate/v15/defining-a-schema/directives) - [Documentation](/docs/hotchocolate/v15/defining-a-schema/documentation) - [Versioning](/docs/hotchocolate/v15/defining-a-schema/versioning) - [Relay](/docs/hotchocolate/v15/defining-a-schema/relay) - [Dynamic Schemas](/docs/hotchocolate/v15/defining-a-schema/dynamic-schemas) - [Fetching data](/docs/hotchocolate/v15/fetching-data) - [Resolvers](/docs/hotchocolate/v15/fetching-data/resolvers) - [Fetching from Databases](/docs/hotchocolate/v15/fetching-data/fetching-from-databases) - [Fetching from REST](/docs/hotchocolate/v15/fetching-data/fetching-from-rest) - [DataLoader](/docs/hotchocolate/v15/fetching-data/dataloader) - [Pagination](/docs/hotchocolate/v15/fetching-data/pagination) - [Filtering](/docs/hotchocolate/v15/fetching-data/filtering) - [Sorting](/docs/hotchocolate/v15/fetching-data/sorting) - [Projections](/docs/hotchocolate/v15/fetching-data/projections) - [Execution Engine](/docs/hotchocolate/v15/execution-engine) - [Field middleware](/docs/hotchocolate/v15/execution-engine/field-middleware) - [Integrations](/docs/hotchocolate/v15/integrations) - [Entity Framework](/docs/hotchocolate/v15/integrations/entity-framework) - [MongoDB](/docs/hotchocolate/v15/integrations/mongodb) - [Spatial Data](/docs/hotchocolate/v15/integrations/spatial-data) - [Marten](/docs/hotchocolate/v15/integrations/marten) - [Server](/docs/hotchocolate/v15/server) - [Endpoints](/docs/hotchocolate/v15/server/endpoints) - [HTTP transport](/docs/hotchocolate/v15/server/http-transport) - [Interceptors](/docs/hotchocolate/v15/server/interceptors) - [Dependency injection](/docs/hotchocolate/v15/server/dependency-injection) - [Warmup](/docs/hotchocolate/v15/server/warmup) - [Global State](/docs/hotchocolate/v15/server/global-state) - [Introspection](/docs/hotchocolate/v15/server/introspection) - [Files](/docs/hotchocolate/v15/server/files) - [Instrumentation](/docs/hotchocolate/v15/server/instrumentation) - [Batching](/docs/hotchocolate/v15/server/batching) - [Command Line](/docs/hotchocolate/v15/server/command-line) - [Performance](/docs/hotchocolate/v15/performance) - [Persisted operations](/docs/hotchocolate/v15/performance/persisted-operations) - [Automatic persisted operations](/docs/hotchocolate/v15/performance/automatic-persisted-operations) - [Security](/docs/hotchocolate/v15/security) - [Authentication](/docs/hotchocolate/v15/security/authentication) - [Authorization](/docs/hotchocolate/v15/security/authorization) - [Cost Analysis](/docs/hotchocolate/v15/security/cost-analysis) - [Custom Attributes](/docs/hotchocolate/v15/api-reference/custom-attributes) - [Errors](/docs/hotchocolate/v15/api-reference/errors) - [Language](/docs/hotchocolate/v15/api-reference/language) - [Extending Filtering](/docs/hotchocolate/v15/api-reference/extending-filtering) - [Visitors](/docs/hotchocolate/v15/api-reference/visitors) - [Apollo Federation](/docs/hotchocolate/v15/api-reference/apollo-federation) - [Executable](/docs/hotchocolate/v15/api-reference/executable) - [Migrate from 14 to 15](/docs/hotchocolate/v15/migrating/migrate-from-14-to-15) - [Migrate from 13 to 14](/docs/hotchocolate/v15/migrating/migrate-from-13-to-14) - [Migrate from 12 to 13](/docs/hotchocolate/v15/migrating/migrate-from-12-to-13) - [Migrate from 11 to 12](/docs/hotchocolate/v15/migrating/migrate-from-11-to-12) - [Migrate from 10 to 11](/docs/hotchocolate/v15/migrating/migrate-from-10-to-11) ### Strawberry Shake - [Introduction](/docs/strawberryshake/v15) - [Get Started](/docs/strawberryshake/v15/get-started) - [Console](/docs/strawberryshake/v15/get-started/console) - [Xamarin](/docs/strawberryshake/v15/get-started/xamarin) - [Subscriptions](/docs/strawberryshake/v15/subscriptions) - [Tooling / CLI](/docs/strawberryshake/v15/tooling) - [Caching](/docs/strawberryshake/v15/caching) - [Entities](/docs/strawberryshake/v15/caching/entities) - [Invalidation](/docs/strawberryshake/v15/caching/invalidation) - [Performance](/docs/strawberryshake/v15/performance) - [Persisted Operations](/docs/strawberryshake/v15/performance/persisted-operations) - [Persisted State](/docs/strawberryshake/v15/performance/persisted-state) - [Networking](/docs/strawberryshake/v15/networking) - [Authentication](/docs/strawberryshake/v15/networking/authentication) - [Scalars](/docs/strawberryshake/v15/scalars) - [Migrate from 14 to 15](/docs/strawberryshake/v15/migrating/migrate-from-14-to-15) - [Migrate from 13 to 14](/docs/strawberryshake/v15/migrating/migrate-from-13-to-14) - [Migrate from 12 to 13](/docs/strawberryshake/v15/migrating/migrate-from-12-to-13) ### Mocha - [Introduction](/docs/mocha/v16) - [Quick Start](/docs/mocha/v16/quick-start) - [Messages](/docs/mocha/v16/messages) - [Messaging Patterns](/docs/mocha/v16/messaging-patterns) - [Handlers and Consumers](/docs/mocha/v16/handlers-and-consumers) - [Handler Registration](/docs/mocha/v16/handler-registration) - [Routing and Endpoints](/docs/mocha/v16/routing-and-endpoints) - [Middleware and Pipelines](/docs/mocha/v16/middleware-and-pipelines) - [Reliability](/docs/mocha/v16/reliability) - [Observability](/docs/mocha/v16/observability) - [Sagas](/docs/mocha/v16/sagas) - [Transports](/docs/mocha/v16/transports) - [InMemory](/docs/mocha/v16/transports/in-memory) - [RabbitMQ](/docs/mocha/v16/transports/rabbitmq) - [PostgreSQL](/docs/mocha/v16/transports/postgres) - [Hosting](/docs/mocha/v16/hosting) - [Mediator](/docs/mocha/v16/mediator) - [Pipeline & Middleware](/docs/mocha/v16/mediator/pipeline-and-middleware) - [Diagnostics](/docs/mocha/v16/diagnostics) ## Blog - [Semantic Introspection](/blog/2026/04/22/semantic-introspection): The agentic age of software brings new challenges for our APIs. Semantic Introspection makes GraphQL discoverable, scalable, and precise for LLMs. - [Open Telemetry for All Your Services](/blog/2025/03/17/telemetry) - [What's new for Hot Chocolate 15](/blog/2025/02/01/hot-chocolate-15) - [Newsletter October](/blog/2024/10/30/newsletter-october): Hot Chocolate 14 is released, BCP is now Nitro and there is a new DDD Workshop - [Introducing Nitro: A New Name, A Unified GraphQL Ecosystem](/blog/2024/10/07/introducing-nitro) - [What's new for Hot Chocolate 14](/blog/2024/08/30/hot-chocolate-14) - [Logging in Banana Cake Pop](/blog/2024/08/11/logging): We just released logging in Banana Cake Pop. Checkout the blog post to learn more! - [Recent Highlights](/blog/2024/05/21/newsletter-may): We just released the Operation Builder, Telemetry, and a new Full Stack GraphQL Workshop. Checkout the blog post to learn more! - [Full Stack GraphQL Workshop](/blog/2024/04/01/fullstack-workshop): We're excited to announce our new Full Stack GraphQL Workshop. Learn more about the workshop here! - [GraphQL-Fusion: An open approach towards distributed GraphQL](/blog/2023/08/15/graphql-fusion): Together, we'll explore the new GraphQL-Fusion, the open approach towards distributed GraphQL. - [Let’s Boost Your Productivity With APIs](/blog/2023/03/15/banana-cake-pop-graphql-apis): Together, we'll explore the new API feature coming with Banana Cake Pop 5 very soon. - [What's new for Hot Chocolate 13](/blog/2023/02/08/new-in-hot-chocolate-13) - [New in Banana Cake Pop 4](/blog/2023/02/07/new-in-banana-cake-pop-4): New document on paste cURL or fetch, schema reload enhancements, new ways of closing tabs, menu enhancements/standardization, and UI polishing. - [New in Banana Cake Pop 3](/blog/2023/01/08/new-in-banana-cake-pop-3): Team Workspaces, Express Middleware, Progressive Web Application (PWA) Support, Enterprise Single Sign-On (SSO), and many more features. - [New in Banana Cake Pop 2](/blog/2022/10/05/new-in-banana-cake-pop-2): Drag & drop support for documents, GraphQL defer/stream support, GraphQL operation extraction, and many further improvements. - [New in Banana Cake Pop 1](/blog/2022/09/01/new-in-banana-cake-pop-1): Subscription protocol auto-detection, Workspace auto synchronization, a Status Bar, and many further improvements. - [Pushing ahead with Hot Chocolate 12.5](/blog/2022/01/13/hot-chocolate-12-5) - [A Holly Jolly Christmas with Hot Chocolate 12.4](/blog/2021/12/14/hot-chocolate-12-4) - [Banana Cake Pop is in da Cloud!](/blog/2021/11/22/banana-cake-pop-cloud) - [Say hello to Hot Chocolate 12!](/blog/2021/09/27/hot-chocolate-12)
Document
Not stored for this site.