Actions
PutLdpData¶
- 모바일에서 Ldp 데이터를 입력합니다
putLdpData(
putRequest: PutRequest
): LdpResponse
Request
field | type | description | note |
did | String | 사용자 did | |
command | String | 요청에 대한 Command 종류 | 값: putLdpData |
proposalId | String | proposal Id | |
ldp | Ldp |
Ldp
field | type | description | note |
ageGroup | String | ||
finalDegree | String |
LdpResponse
field | type | description | note |
result | String | ||
command | String |
Request Example
mutation {
putLdpData(putRequest: {
did: "G5rw9qAMbozGxySHkMaztD"
command: "putLdpData"
proposalId: "test"
ldp: {
ageGroup: "{\"0\":0,\"1\":1,\"2\":0,\"3\":0,\"4\":0}"
finalDegree: "{\"0\":0,\"1\":0,\"2\":1,\"3\":0,\"4\":0}"
}
}) {
result
command
}
}
Response Example
{
"data": {
"putLdpData": {
"result": "CREATED"
"command": "putLdpData"
}
}
}
이름없음이(가) 일년 이상 전에 변경 · 1 revisions