Skip to content

Commit c538eb1

Browse files
committed
Remove default attribute from base value resolver
1 parent 5af7aac commit c538eb1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Our.Umbraco.GraphQL/ValueResolvers/GraphQLValueResolver.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
namespace Our.Umbraco.GraphQL.ValueResolvers
55
{
6-
[DefaultGraphQLValueResolver]
76
public abstract class GraphQLValueResolver : IGraphQLValueResolver
87
{
98
public abstract Type GetGraphQLType(PublishedPropertyType propertyType);

0 commit comments

Comments
 (0)