Skip to content

Commit

Permalink
Merge pull request #4 from MiSArch/internal-field-visibility-fix
Browse files Browse the repository at this point in the history
Skip internal field instead of changing visibility
  • Loading branch information
legendofa authored Jan 12, 2024
2 parents e14e198 + baf9e06 commit 64335f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wishlist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub struct Wishlist {
pub created_at: DateTime,
/// Timestamp when Wishlist was last updated.
pub last_updated_at: DateTime,
#[graphql(visible = false)]
#[graphql(skip)]
pub internal_product_variants: HashSet<ProductVariant>,
}

Expand Down

0 comments on commit 64335f9

Please sign in to comment.