We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73f163 commit 5194ab0Copy full SHA for 5194ab0
example/src/schema/query/queueKeys.ts
@@ -37,8 +37,8 @@ export function createQueueKeysFC(schemaComposer: SchemaComposer<any>) {
37
return keys.map((key) => {
38
const parts = key.split(':');
39
return {
40
- queueName: parts[0],
41
- prefix: parts[1],
+ queueName: parts[1],
+ prefix: parts[0],
42
prefixMaskNorm,
43
};
44
});
0 commit comments