Skip to content

Commit

Permalink
Merge pull request #144 from UniqueNetwork/release/v1.0.3
Browse files Browse the repository at this point in the history
collection order by name
  • Loading branch information
sswebcoder authored Oct 27, 2022
2 parents 4380fcb + 21b98dd commit b646e2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/web-api/src/collection/collection.resolver.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ export class CollectionOrderByParams implements TOrderByParams<CollectionDTO> {
@Field(() => GQLOrderByParamsArgs, { nullable: true })
owner?: GQLOrderByParamsArgs;

@Field(() => GQLOrderByParamsArgs, { nullable: true })
name?: GQLOrderByParamsArgs;

@Field(() => GQLOrderByParamsArgs, { nullable: true })
description?: GQLOrderByParamsArgs;

Expand Down

0 comments on commit b646e2b

Please sign in to comment.