Skip to content

Commit

Permalink
Fixed MutationFieldOptions for older framework versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Feb 28, 2022
1 parent fbf1527 commit 29b425d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ public struct MutationFieldOptions
/// Overrides a the global <see cref="MutationConventionOptions.ApplyToAllMutations" />
/// setting on a specific mutation.
/// </summary>
public bool Disable { get; set; } = false;
public bool Disable { get; set; }
}

0 comments on commit 29b425d

Please sign in to comment.