Skip to content

Commit

Permalink
chore: update metaphysics graphql schema (#11322)
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyit authored Dec 20, 2024
1 parent 3ab2532 commit 6faf85e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -9137,7 +9137,7 @@ type Delivery {

type Department {
id: ID!
jobs: [Job!]!
jobs: [Job!]! @deprecated
name: String!
}

Expand Down Expand Up @@ -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!
Expand Down

0 comments on commit 6faf85e

Please sign in to comment.