Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload a Resume and Person to Database #15

Open
LanceGundersen opened this issue Jan 2, 2019 · 1 comment
Open

Upload a Resume and Person to Database #15

LanceGundersen opened this issue Jan 2, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@LanceGundersen
Copy link
Member

Support for uploading a new person and resume to the database at the same time.

@LanceGundersen LanceGundersen added the enhancement New feature or request label Jan 2, 2019
@LanceGundersen LanceGundersen self-assigned this Jan 2, 2019
chrisBosse added a commit that referenced this issue Jan 3, 2019
@chrisBosse
Copy link
Contributor

mutation {
  createPersonAndResume(newPersonResume: {
    fullName: "test"
    fileName: "test"
    payload: "payload"
    textBlob: "textblob"
  }) {
    id
    payloadText
    person{
      fullName
    }
  }
}
{
  "data": {
    "createPersonAndResume": {
      "id": 14,
      "payloadText": "cGF5bG9hZA==",
      "person": {
        "fullName": "test"
      }
    }
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants