Skip to content

Commit

Permalink
Remove code from solution/1
Browse files Browse the repository at this point in the history
  • Loading branch information
brunogsa committed Jul 31, 2019
1 parent 324d1cc commit 196c3df
Showing 1 changed file with 3 additions and 32 deletions.
35 changes: 3 additions & 32 deletions schema.graphql
Original file line number Diff line number Diff line change
@@ -1,40 +1,11 @@
scalar EmailAddress
scalar URL
scalar NonNegativeInt

enum Profession {
FRONTEND
BACKEND
DEVOPS
UX
PO
TESTER
}
# TODO

type Candidate {
id: ID!
name: String!
email: EmailAddress!
profession: Profession!
photo: URL!
following: [Candidate!]!
# TODO
}

type Company {
id: ID!
name: String!
photo: URL!
openJobAds: [JobAd!]!
}

type JobAd {
id: ID!
title: String!
description: String
forCompany: Company!
requiredProfession: Profession!
remainingVacancies: NonNegativeInt!
}
# TODO

type Query {
"""Returns an incredible expected response"""
Expand Down

0 comments on commit 196c3df

Please sign in to comment.