Closed spawnia closed 5 months ago
Changes
If your field is resolved through a database query, you may add the builder argument to apply an actual LIMIT clause to your SQL:
builder
LIMIT
type Query { users(limit: Int @limit(builder: true)): [User!]! @all }
Breaking changes
None, the default behaviour is the same.
Changes
If your field is resolved through a database query, you may add the
builder
argument to apply an actualLIMIT
clause to your SQL:Breaking changes
None, the default behaviour is the same.