Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
329 changes: 84 additions & 245 deletions website/src/docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,10 +325,7 @@
"path": "v16",
"title": "v16",
"items": [
{
"path": "index",
"title": "Overview"
},
{ "path": "index", "title": "Overview" },
{
"path": "get-started-with-graphql-in-net-core",
"title": "Getting Started"
Expand All @@ -337,292 +334,134 @@
"path": "building-a-schema",
"title": "Building 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": "dynamic-schemas", "title": "Dynamic Schemas" }
]
},
{
"path": "resolvers-and-data",
"title": "Resolvers and Data",
"items": [
{ "path": "index", "title": "Overview" },
{ "path": "resolvers", "title": "Resolvers" },
{
"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": "dependency-injection",
"title": "Dependency Injection"
},
{ "path": "dataloader", "title": "DataLoader" },
{ "path": "pagination", "title": "Pagination" },
{ "path": "filtering", "title": "Filtering" },
{ "path": "sorting", "title": "Sorting" },
{ "path": "projections", "title": "Projections" },
{
"path": "relay",
"title": "Relay"
"path": "fetching-from-databases",
"title": "Fetching from Databases"
},
{
"path": "dynamic-schemas",
"title": "Dynamic Schemas"
}
{ "path": "fetching-from-rest", "title": "Fetching from REST" }
]
},
{
"path": "fetching-data",
"title": "Fetching data",
"path": "guides",
"title": "Guides",
"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": "public-api", "title": "Building a Public API" },
{ "path": "private-api", "title": "Building a Private API" },
{ "path": "error-handling", "title": "Error Handling" },
{ "path": "schema-evolution", "title": "Schema Evolution" },
{ "path": "testing", "title": "Testing" },
{ "path": "performance", "title": "Performance" },
{ "path": "dynamic-schemas", "title": "Dynamic Schemas" },
{ "path": "mcp-adapter", "title": "MCP Adapter" },
{ "path": "openapi-adapter", "title": "OpenAPI Adapter" }
]
},
{
"path": "execution-engine",
"title": "Execution Engine",
"items": [
{
"path": "index",
"title": "Overview"
},
{
"path": "field-middleware",
"title": "Field middleware"
}
{ "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": "spatial-data",
"title": "Spatial Data"
},
{
"path": "marten",
"title": "Marten"
}
{ "path": "index", "title": "Overview" },
{ "path": "entity-framework", "title": "Entity Framework" },
{ "path": "mongodb", "title": "MongoDB" },
{ "path": "spatial-data", "title": "Spatial Data" },
{ "path": "marten", "title": "Marten" }
]
},
{
"path": "server",
"title": "Server",
"items": [
{
"path": "index",
"title": "Overview"
},
{
"path": "endpoints",
"title": "Endpoints"
},
{
"path": "http-transport",
"title": "HTTP transport"
},
{
"path": "interceptors",
"title": "Interceptors"
},
{
"path": "dependency-injection",
"title": "Dependency injection"
},
{
"path": "warmup",
"title": "Warmup"
},
{
"path": "global-state",
"title": "Global State"
},
{
"path": "introspection",
"title": "Introspection"
},
{
"path": "files",
"title": "Files"
},
{
"path": "instrumentation",
"title": "Instrumentation"
},
{
"path": "batching",
"title": "Batching"
},
{
"path": "command-line",
"title": "Command Line"
}
{ "path": "index", "title": "Overview" },
{ "path": "endpoints", "title": "Endpoints" },
{ "path": "http-transport", "title": "Transports" },
{ "path": "interceptors", "title": "Interceptors" },
{ "path": "warmup", "title": "Warmup" },
{ "path": "global-state", "title": "Global State" },
{ "path": "files", "title": "File Uploads" },
{ "path": "instrumentation", "title": "Instrumentation" },
{ "path": "batching", "title": "Batching" },
{ "path": "command-line", "title": "CLI Commands" }
]
},
{
"path": "performance",
"title": "Performance",
"items": [
{
"path": "index",
"title": "Overview"
},
{
"path": "persisted-operations",
"title": "Persisted operations"
},
{ "path": "index", "title": "Overview" },
{ "path": "trusted-documents", "title": "Trusted Documents" },
{
"path": "automatic-persisted-operations",
"title": "Automatic persisted operations"
"title": "Automatic Persisted Operations"
}
]
},
{
"path": "security",
"title": "Security",
"path": "securing-your-api",
"title": "Securing Your API",
"items": [
{
"path": "index",
"title": "Overview"
},
{
"path": "authentication",
"title": "Authentication"
},
{
"path": "authorization",
"title": "Authorization"
},
{
"path": "cost-analysis",
"title": "Cost Analysis"
}
{ "path": "index", "title": "Overview" },
{ "path": "authentication", "title": "Authentication" },
{ "path": "authorization", "title": "Authorization" },
{ "path": "cost-analysis", "title": "Cost Analysis" },
{ "path": "introspection", "title": "Controlling Introspection" }
]
},
{
"path": "api-reference",
"title": "API Reference",
"items": [
{
"path": "custom-attributes",
"title": "Custom Attributes"
},
{
"path": "errors",
"title": "Errors"
},
{
"path": "language",
"title": "Language"
},
{
"path": "extending-filtering",
"title": "Extending Filtering"
},
{
"path": "visitors",
"title": "Visitors"
},
{
"path": "apollo-federation",
"title": "Apollo Federation"
},
{
"path": "executable",
"title": "Executable"
}
{ "path": "custom-attributes", "title": "Attributes" },
{ "path": "options", "title": "Configuration Options" },
{ "path": "errors", "title": "Error Codes" },
{ "path": "extending-filtering", "title": "Extending Filtering" },
{ "path": "apollo-federation", "title": "Apollo Federation" },
{ "path": "language", "title": "Language" },
{ "path": "visitors", "title": "Visitors" },
{ "path": "executable", "title": "Executable" }
]
},
{
Expand Down
Loading
Loading