QueryModel constructor
QueryModel({})
Implementation
QueryModel(
{required this.resourceName,
required this.tableName,
this.singularResourceName,
this.id,
this.fields,
this.filters,
this.relations,
this.junctionOperator,
required this.columns});