Skip to content

Commit

Permalink
author on Model is now made nullable (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-Morgan authored Jan 24, 2025
1 parent 93912d6 commit ee10e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Speckle.Sdk/Api/GraphQL/Models/Model.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class Model
{
public LimitedUser author { get; init; }
public LimitedUser? author { get; init; }
public DateTime createdAt { get; init; }
public string? description { get; init; }
public string displayName { get; init; }
Expand Down

0 comments on commit ee10e9d

Please sign in to comment.