Skip to content

Commit 627d37e

Browse files
committed
Ensure interface name is PublishedContent
1 parent 5af879b commit 627d37e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
using GraphQL;
12
using GraphQL.Types;
23
using Umbraco.Core.Models;
34

45
namespace Our.Umbraco.GraphQL.Types
56
{
7+
[GraphQLMetadata("PublishedContent")]
68
public class PublishedContentInterfaceGraphType : InterfaceGraphType<IPublishedContent>
79
{
810
public PublishedContentInterfaceGraphType()

0 commit comments

Comments
 (0)