refactor(graphql): replace dashboard query with resource queries
This commit is contained in:
22
frontend/graphql/operations/deals.graphql
Normal file
22
frontend/graphql/operations/deals.graphql
Normal file
@@ -0,0 +1,22 @@
|
||||
query DealsQuery {
|
||||
deals {
|
||||
id
|
||||
contact
|
||||
title
|
||||
company
|
||||
stage
|
||||
amount
|
||||
nextStep
|
||||
summary
|
||||
currentStepId
|
||||
steps {
|
||||
id
|
||||
title
|
||||
description
|
||||
status
|
||||
dueAt
|
||||
order
|
||||
completedAt
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user