yarn install
yarn start
{
Reference {
guid
subtype
notes
} Ref(id: "7b26ce94-ad8b-482b-8088-239af5c7902a") {
notes
subtype
}
Reference {
guid
}
}
mutation {
createReference(guid: "test_guid_1", subtype:"Vlog",notes:"....") {
guid,
subtype,
notes
}
}
mutation {
createReference(guid: "test_guid_2", subtype:"Hamburger",notes:"doasjpdk aodsak opdask opasd kopsa") {
guid,
subtype,
notes
}
}
mutation {
createReference(guid: "test_guid_3", subtype:"Pizza",notes:"gfdgdf aodsak opdask opasd kopsa") {
guid,
subtype,
notes
}
}
mutation {
updateReference(
guid: "7b26ce94-ad8b-482b-8088-239af5c7902a",
subtype:"update subtype",
notes:"update notes"
)
mutation {
deleteReference(id:"7b26ce94-ad8b-482b-8088-239af5c7902a")
}