File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
example/src/schema/types/queue Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export function createActiveJobsFC({ JobTC }) {
44 return {
55 type : [ JobTC ] ,
66 args : {
7- tart : {
7+ start : {
88 type : 'Int' ,
99 defaultValue : 0 ,
1010 } ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export function createCompletedJobsFC({ JobTC }) {
44 return {
55 type : [ JobTC ] ,
66 args : {
7- tart : {
7+ start : {
88 type : 'Int' ,
99 defaultValue : 0 ,
1010 } ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export function createDelayedJobsFC({ JobTC }) {
44 return {
55 type : [ JobTC ] ,
66 args : {
7- tart : {
7+ start : {
88 type : 'Int' ,
99 defaultValue : 0 ,
1010 } ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export function createFailedJobsFC({ JobTC }) {
44 return {
55 type : [ JobTC ] ,
66 args : {
7- tart : {
7+ start : {
88 type : 'Int' ,
99 defaultValue : 0 ,
1010 } ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export function createWaitingJobsFC({ JobTC }) {
44 return {
55 type : [ JobTC ] ,
66 args : {
7- tart : {
7+ start : {
88 type : 'Int' ,
99 defaultValue : 0 ,
1010 } ,
You can’t perform that action at this time.
0 commit comments