expose orderstatus instead string
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)], // using list to make it compatible with prismaOrderBy
|
||||
required: false,
|
||||
}),
|
||||
cursor: t.field({
|
||||
|
||||
Reference in New Issue
Block a user