Repository URL to install this package:
|
Version:
1.2.7 ▾
|
type Suggestion {
parent: String!
child: String!
}
type SuggestionResponse {
type: String
suggestions: [Suggestion]
}