Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
feat(gql): add keyPrefix field in Queue
Browse files Browse the repository at this point in the history
  • Loading branch information
s-r-x committed Jul 21, 2021
1 parent 5527eaf commit 7fd7bce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/root/src/gql/type-defs/queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const queueTypeDef = gql`
}
type Queue {
name: String!
keyPrefix: String
"""
https://github.com/OptimalBits/bull/blob/develop/REFERENCE.md#queuecount
"""
Expand Down

0 comments on commit 7fd7bce

Please sign in to comment.