Skip to content

Commit

Permalink
Add v13 docs version and separate migration (#5455)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-tengler committed Oct 5, 2022
1 parent f1f56c7 commit 60672eb
Show file tree
Hide file tree
Showing 75 changed files with 21,753 additions and 0 deletions.
330 changes: 330 additions & 0 deletions website/src/docs/docs.json
Expand Up @@ -6,6 +6,336 @@
"versions": [
{
"path": "",
"title": "v13",
"items": [
{
"path": "index",
"title": "Introduction"
},
{
"path": "get-started",
"title": "Get Started"
},
{
"path": "defining-a-schema",
"title": "Defining a schema",
"items": [
{
"path": "index",
"title": "Overview"
},
{
"path": "queries",
"title": "Queries"
},
{
"path": "mutations",
"title": "Mutations"
},
{
"path": "subscriptions",
"title": "Subscriptions"
},
{
"path": "object-types",
"title": "Object Types"
},
{
"path": "scalars",
"title": "Scalars"
},
{
"path": "arguments",
"title": "Arguments"
},
{
"path": "input-object-types",
"title": "Input Object Types"
},
{
"path": "lists",
"title": "Lists"
},
{
"path": "non-null",
"title": "Non-Null"
},
{
"path": "enums",
"title": "Enums"
},
{
"path": "interfaces",
"title": "Interfaces"
},
{
"path": "unions",
"title": "Unions"
},
{
"path": "extending-types",
"title": "Extending Types"
},
{
"path": "directives",
"title": "Directives"
},
{
"path": "documentation",
"title": "Documentation"
},
{
"path": "versioning",
"title": "Versioning"
},
{
"path": "relay",
"title": "Relay"
}
]
},
{
"path": "fetching-data",
"title": "Fetching data",
"items": [
{
"path": "index",
"title": "Overview"
},
{
"path": "resolvers",
"title": "Resolvers"
},
{
"path": "fetching-from-databases",
"title": "Fetching from Databases"
},
{
"path": "fetching-from-rest",
"title": "Fetching from REST"
},
{
"path": "dataloader",
"title": "DataLoader"
},
{
"path": "pagination",
"title": "Pagination"
},
{
"path": "filtering",
"title": "Filtering"
},
{
"path": "sorting",
"title": "Sorting"
},
{
"path": "projections",
"title": "Projections"
}
]
},
{
"path": "execution-engine",
"title": "Execution Engine",
"items": [
{
"path": "index",
"title": "Overview"
},
{
"path": "field-middleware",
"title": "Field middleware"
}
]
},
{
"path": "integrations",
"title": "Integrations",
"items": [
{
"path": "index",
"title": "Overview"
},
{
"path": "entity-framework",
"title": "Entity Framework"
},
{
"path": "mongodb",
"title": "MongoDB"
},
{
"path": "neo4j",
"title": "Neo4J"
},
{
"path": "spatial-data",
"title": "Spatial Data"
}
]
},
{
"path": "server",
"title": "Server",
"items": [
{
"path": "index",
"title": "Overview"
},
{
"path": "endpoints",
"title": "Endpoints"
},
{
"path": "dependency-injection",
"title": "Dependency Injection"
},
{
"path": "interceptors",
"title": "Interceptors"
},
{
"path": "global-state",
"title": "Global State"
},
{
"path": "introspection",
"title": "Introspection"
},
{
"path": "files",
"title": "Files"
},
{
"path": "instrumentation",
"title": "Instrumentation"
}
]
},
{
"path": "distributed-schema",
"title": "Distributed Schemas",
"items": [
{
"path": "index",
"title": "Overview"
},
{
"path": "schema-stitching",
"title": "Schema Stitching"
},
{
"path": "schema-federations",
"title": "Schema Federations"
},
{
"path": "schema-configuration",
"title": "Schema Configuration"
}
]
},
{
"path": "performance",
"title": "Performance",
"items": [
{
"path": "index",
"title": "Overview"
},
{
"path": "persisted-queries",
"title": "Persisted queries"
},
{
"path": "automatic-persisted-queries",
"title": "Automatic persisted queries"
}
]
},
{
"path": "security",
"title": "Security",
"items": [
{
"path": "index",
"title": "Overview"
},
{
"path": "authentication",
"title": "Authentication"
},
{
"path": "authorization",
"title": "Authorization"
},
{
"path": "operation-complexity",
"title": "Operation Complexity"
}
]
},
{
"path": "api-reference",
"title": "API Reference",
"items": [
{
"path": "index",
"title": "Overview"
},
{
"path": "custom-attributes",
"title": "Custom Attributes"
},
{
"path": "language",
"title": "Language"
},
{
"path": "extending-filtering",
"title": "Extending Filtering"
},
{
"path": "visitors",
"title": "Visitors"
},
{
"path": "aspnetcore",
"title": "ASP.NET Core"
},
{
"path": "apollo-federation",
"title": "Apollo Federation"
},
{
"path": "executable",
"title": "Executable"
}
]
},
{
"path": "migrating",
"title": "Migrating",
"items": [
{
"path": "migrate-from-12-to-13",
"title": "Migrate from 12 to 13"
},
{
"path": "migrate-from-11-to-12",
"title": "Migrate from 11 to 12"
},
{
"path": "migrate-from-10-to-11",
"title": "Migrate from 10.5 to 11.0"
}
]
}
]
},
{
"path": "v12",
"title": "v12",
"items": [
{
Expand Down
@@ -0,0 +1,3 @@
---
title: Migrate from Hot Chocolate GraphQL server 12 to 13
---
@@ -0,0 +1,7 @@
---
title: Apollo Federation Subgraph Support
---

> Note: Apollo Federation Support is coming with Hot Chocolate 12.6
## Example subgraphs

0 comments on commit 60672eb

Please sign in to comment.