Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 295 Bytes

count.adoc

File metadata and controls

20 lines (13 loc) · 295 Bytes

Count

Use to count nodes.

Usage

Basic

const User = ogm.model("User");

const usersCount = await User.count();

Args

where

JavaScript object representation of the GraphQL where input type, used for [schema-queries].