QUERY getProduct(id: ID) => product <- N<Product>(id) RETURN product
N::User { name: String, } N::Product { name: String, price: F64, }
Was this page helpful?