fix orderby and improve createResume
This commit is contained in:
@@ -56,7 +56,7 @@ export class PrismaCrudGenerator<Types extends SchemaTypes> {
|
||||
required: false,
|
||||
}),
|
||||
orderBy: t.field({
|
||||
type: this.getOrderBy(modelName),
|
||||
type: [this.getOrderBy(modelName)],
|
||||
required: false,
|
||||
}),
|
||||
cursor: t.field({
|
||||
|
||||
Reference in New Issue
Block a user