Hi there :slightly_smiling_face: Who knows how to...
# prisma-whats-new
v
Hi there 🙂 Who knows how to add custom payload in .hraphql file ? And can I do it at all ?
Copy code
type 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
}