Vendicto
04/02/2018, 1:06 PMtype SearchPayload {
data: Array <-- here I haver an error (Schema Extension Error for function 'search': Relations are currently not supported. Field 'data')
}
extend type Query {
search(name: String): SearchPayload
}