type Job @model {
id: ID!
position: String!
company: String!
location: String!
dates: String!
summary: String!
accomplishments: [String]
competencies: [String]
}
type Detail @model {
id: ID!
name: String!
profession: String!
location: String
certified: Boolean!
citizenship: String
birthday: String
email: String
site: String
phone: String
github: String
stackoverflow: String
}
Detailed instructions can be found at instructions/README.md