We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b97613 commit 517371eCopy full SHA for 517371e
.devops/workshop-release.yml
@@ -71,7 +71,7 @@ steps:
71
- containerPort: 80
72
startupProbe:
73
httpGet:
74
- path: /graphql/?query=%7Bsessions%7Bnodes%7Btitle%7D%7D%7D
+ path: /graphql?query=%7Bsessions%7Bnodes%7Btitle%7D%7D%7D
75
port: 80
76
failureThreshold: 30
77
periodSeconds: 10
code/complete/GraphQL/Startup.cs
@@ -73,11 +73,6 @@ public void ConfigureServices(IServiceCollection services)
.AddDataLoader<SpeakerByIdDataLoader>()
.AddDataLoader<TrackByIdDataLoader>()
- .SetPagingOptions(new PagingOptions
- {
78
- RequirePagingBoundaries = true
79
- })
80
-
81
// we make sure that the db exists and prefill it with conference data.
82
.EnsureDatabaseIsCreated()
83
0 commit comments