kids-first / kf-persona

kids-first persona implementation
Apache License 2.0
0 stars 0 forks source link

Can not query tags #52

Closed evans-g-crsj closed 4 years ago

evans-g-crsj commented 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 .