Skip to content

Commit 2a6a238

Browse files
authored
Confusing mistake (#71)
1 parent 99294bc commit 2a6a238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/1-creating-a-graphql-server-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ A mutation consists of three components, the **input**, the **payload** and the
229229

230230
So, for our `addSpeaker` mutation, we create two types: `AddSpeakerInput` and `AddSpeakerPayload`.
231231

232-
1. Add a class `AddSpeakerInput` to your project with the following code:
232+
1. Add a file `AddSpeakerInput.cs` to your project with the following code:
233233

234234
```csharp
235235
namespace ConferencePlanner.GraphQL
@@ -343,4 +343,4 @@ In this first session, you have learned how you can create a simple GraphQL proj
343343
You have leveraged Entity Framework to create your models and save those to the database.
344344
Together, ASP.NET Core, Entity Framework, and Hot Chocolate let you build a simple GraphQL server quickly.
345345

346-
[**Session #2 - Controlling nullability >>**](2-controlling-nullability.md)
346+
[**Session #2 - Controlling nullability >>**](2-controlling-nullability.md)

0 commit comments

Comments
 (0)