Skip to content

Commit 7945c88

Browse files
authored
Use the correct class name. Keep things the consistent. (ChilliCream#66)
1 parent 1dc7450 commit 7945c88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/7-subscriptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Now that we have the mutation in to register new attendees, let us move on to ad
181181
}
182182
```
183183

184-
1. Next we add the payload type for the `checkInAttendee` Mutation:
184+
1. Next we add the payload type for the `CheckInAttendeePayload` Mutation:
185185

186186
```csharp
187187
using System.Threading;
@@ -854,4 +854,4 @@ The `onSessionScheduled` was quite simple since we did not subscribe to a dynami
854854

855855
In this session, we have learned how we can use GraphQL subscription to provide real-time events. GraphQL makes it easy to work with real-time data since we can specify what data we want to receive when an event happens on our system.
856856

857-
[**<< Session #6 - Adding complex filter capabilities**](6-adding-complex-filter-capabilities.md) | [**Session #8 - Testing the GraphQL server >>**](8-testing-the-graphql-server.md)
857+
[**<< Session #6 - Adding complex filter capabilities**](6-adding-complex-filter-capabilities.md) | [**Session #8 - Testing the GraphQL server >>**](8-testing-the-graphql-server.md)

0 commit comments

Comments
 (0)