Skip to content

Commit

Permalink
Made tracking directive internal (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmiserez authored Dec 2, 2022
1 parent 9b6fcdb commit 8a37de2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ protected override void Configure(
descriptor.Location(DirectiveLocation.FieldDefinition);
descriptor.BindArgumentsExplicitly();
descriptor.Repeatable();
descriptor.Internal();

descriptor.Use(next => context => Track(next, context));
}
Expand Down

0 comments on commit 8a37de2

Please sign in to comment.