OBJECT
RhymeResults
link GraphQL Schema definition
- type RhymeResults implements PagingInterface, MessageHolder {
- : Int!
- : Int!
- : Int!
- # total after filtering, for use in gui's
- : Int!
- # number of syllable of the input word
- : Int!
- : String!
- # the (calculated) phonetics for the input word, including similar sounds
- : [String!]!
- # the phonetics of the input word
- : String!
- : [RhymeGroup]!
- # deprecated
- : [Message] @deprecated( reason: "No longer supported" )
- }