Term Kind Topic What it is
N+1 Resolution DataLoader Problem concept GraphQL The default GraphQL execution behaviour in which each field resolver runs per item, producing one query per row instead of one query per request.
Persisted Query pattern GraphQL Registering allowed queries in advance and having clients send an identifier instead of the query text.