Skip to content

Instantly share code, notes, and snippets.

@Lavanyagaur22
Created December 23, 2019 11:47
Show Gist options
  • Save Lavanyagaur22/ead8ff151b61990b17c4681a14053592 to your computer and use it in GitHub Desktop.
Save Lavanyagaur22/ead8ff151b61990b17c4681a14053592 to your computer and use it in GitHub Desktop.
mutation createTask($input: TaskInput!){
createTask(input: $input){
id
version
title
description
status
creationMetadata{
createdDate
taskId
createdBy{
id
firstName
lastName
title
email
taskId
creationmetadataId
}
}
assignedTo{
id
firstName
lastName
title
email
taskId
creationmetadataId
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment