From 98895f3eb296673c71d216fc072f81a108119b25 Mon Sep 17 00:00:00 2001 From: Artsy Date: Mon, 8 Jul 2024 20:46:32 +0200 Subject: [PATCH] chore: update metaphysics graphql schema (#10459) --- data/schema.graphql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/schema.graphql b/data/schema.graphql index 84974932da8..33204ed2147 100644 --- a/data/schema.graphql +++ b/data/schema.graphql @@ -19563,6 +19563,9 @@ input UpdateMyProfileInput { # Profession. profession: String + # Since we don't want to ask a collector to update their profile too often, set this to record they've been prompted + promptedForUpdate: Boolean + # This user should receive lot opening notifications receiveLotOpeningSoonNotification: Boolean