Skip to content

Odder/Odder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Hi there 👋

What's up? I hope you find what you are looking for here!

Curriculum Vitae

Request

{
  me {
    name
    positions(first: 3, orderBy: RECENT) {
      data {
        title
        startDate
        company {
          name
        }
      }
    }
    languagesOfExpertise(first: 3 orderBy: EXPERIENCE)
  }
}

Response

{
  "me": {
    "name": "Oscar Roth Andersen",
    "positions": {
      "data": [
        {
          "title": "Engineering Manager",
          "startDate": "2022-01-01",
          "company": {
            "name": "Awaze"
          }
        },
        {
          "title": "Technological Lead",
          "startDate": "2020-05-01",
          "company": {
            "name": "Clio ApS"
          }
        },
        {
          "title": "Full stack developer",
          "startDate": "2019-08-01",
          "company": {
            "name": "Clio ApS"
          }
        }
      ],
    },
    "languagesOfExpertise": [
      "PHP",
      "Python",
      "JavaScript"
    ]
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published