diff --git a/src/Speckle.Sdk/Api/GraphQL/Models/PendingStreamCollaborator.cs b/src/Speckle.Sdk/Api/GraphQL/Models/PendingStreamCollaborator.cs index 4398944f..b467e0ed 100644 --- a/src/Speckle.Sdk/Api/GraphQL/Models/PendingStreamCollaborator.cs +++ b/src/Speckle.Sdk/Api/GraphQL/Models/PendingStreamCollaborator.cs @@ -10,7 +10,7 @@ public sealed class PendingStreamCollaborator public string projectName { get; init; } public string title { get; init; } public string role { get; init; } - public LimitedUser invitedBy { get; init; } + public LimitedUser? invitedBy { get; init; } public LimitedUser? user { get; init; } public string? token { get; init; } }