From 6faf85e7899b0d5128a45127ebc0bcaa59b33800 Mon Sep 17 00:00:00 2001 From: Artsy Date: Fri, 20 Dec 2024 09:46:54 -0500 Subject: [PATCH] chore: update metaphysics graphql schema (#11322) --- data/schema.graphql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/schema.graphql b/data/schema.graphql index 339dc8f136f..647fb40f101 100644 --- a/data/schema.graphql +++ b/data/schema.graphql @@ -9137,7 +9137,7 @@ type Delivery { type Department { id: ID! - jobs: [Job!]! + jobs: [Job!]! @deprecated name: String! } @@ -12030,7 +12030,7 @@ type Job { content: String! departmentName: String! - # The url of the job listing on Greenhouse + # The url of the job listing externalURL: String! id: ID! location: String!