Closed evans-g-crsj closed 4 years ago
An error 500 occurs when a call is made to that endpoint :
/////////////////////////////////// https://kf-persona-api-qa.kidsfirstdrc.org/graphql
variables : {model: "User", field: "interests", filter: "", size: 5} query : query($model: String! $field: String! $filter: String $size: Int) { tags(model: $model, field: $field, filter: $filter, size: $size) { count values { count value } } } ///////////////////////////////////
Steps to reproduces : Go to my profile (aboutMe) , edit research interests and try to search Other areas of interest. You will not see any suggestions .
An error 500 occurs when a call is made to that endpoint :
/////////////////////////////////// https://kf-persona-api-qa.kidsfirstdrc.org/graphql
variables : {model: "User", field: "interests", filter: "", size: 5} query : query($model: String! $field: String! $filter: String $size: Int) { tags(model: $model, field: $field, filter: $filter, size: $size) { count values { count value } } } ///////////////////////////////////
Steps to reproduces : Go to my profile (aboutMe) , edit research interests and try to search Other areas of interest. You will not see any suggestions .