Skip to content

Commit bed500b

Browse files
committed
Renaming the type ContentData to PublishedContentData
1 parent 5041c97 commit bed500b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Our.Umbraco.GraphQL/Types/PublishedContentGraphType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class PublishedContentDataGraphType : ObjectGraphType<IPublishedContent>
1717
{
1818
public PublishedContentDataGraphType()
1919
{
20-
Name = "ContentData";
20+
Name = "PublishedContentData";
2121

2222
this.AddContentDataProperties();
2323
}

0 commit comments

Comments
 (0)