Skip to content

Commit

Permalink
Update ContentItemInterface.cs (OrchardCMS#15477)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyzx86 authored and urbanit committed Mar 18, 2024
1 parent 18a3192 commit 77d02f4
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 77d02f4

Please sign in to comment.