Schema error

Line 13 as the error indicates…

tenantId: String! (by: [hash])

Should be

tenantId: String! @search(by: [hash])
2 Likes