프로젝트

일반

사용자정보

Actions

PutStatisticsData

putStatisticsData(
statisticsPutRequest: StatisticsPutRequest
): StatisticsPutResponse

Request

field type description note
did String 사용자 did  
command String 요청에대한 Command 종류 값: putStatistics
data String    

StatisticsPutResponse

field type description note
command String 요청에대한 Command 종류 값:putStatistics
result String    

Request Example

mutation {
    put(statisticsPutRequest: {
        did: "G5rw9qAMbozGxySHkMaztD" 
        command: "putStatistics" 
        payload: "{\"gender\":0,\"ageGroup\":4,\"finalDegree\":3}" 
    }) {
        command
        result
    }
}

Response Example

{
    "data": {
        "put": {
            "command": "putStatistics" 
            "result": "CREATED" 
        }
    }
}

이름없음이(가) 일년 이상 전에 변경 · 1 revisions

클립보드 이미지 추가 (최대 크기: 97.7 MB)