Skip to content

Commit

Permalink
Update ContentItemInterface.cs (#15477)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyzx86 authored Mar 9, 2024
1 parent dfd4609 commit 11dc971
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public ContentItemInterface(IOptions<GraphQLContentOptions> optionsAccessor)
Field(ci => ci.ModifiedUtc, nullable: true);
Field(ci => ci.PublishedUtc, nullable: true);
Field(ci => ci.CreatedUtc, nullable: true);
Field(ci => ci.Owner);
Field(ci => ci.Owner, nullable: true);
Field(ci => ci.Author, nullable: true);
}

Expand Down

0 comments on commit 11dc971

Please sign in to comment.