We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af879b commit 627d37eCopy full SHA for 627d37e
src/Our.Umbraco.GraphQL/Types/PublishedContentInterfaceGraphType.cs
@@ -1,8 +1,10 @@
1
+using GraphQL;
2
using GraphQL.Types;
3
using Umbraco.Core.Models;
4
5
namespace Our.Umbraco.GraphQL.Types
6
{
7
+ [GraphQLMetadata("PublishedContent")]
8
public class PublishedContentInterfaceGraphType : InterfaceGraphType<IPublishedContent>
9
10
public PublishedContentInterfaceGraphType()
0 commit comments