idKey static method

Implementation

static ModelFieldDefinition idKey(QueryField key) {
  return id(name: key.fieldName);
}