Skip to content

Commit

Permalink
remove fetchSubmittedContract
Browse files Browse the repository at this point in the history
  • Loading branch information
pearl-truss committed Apr 9, 2024
1 parent 9cd0a58 commit c342a11
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 394 deletions.
2 changes: 0 additions & 2 deletions services/app-api/src/resolvers/configureResolvers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import { submitRate } from './rate/submitRate'
import { updateDraftContractRates } from './contract/updateDraftContractRates'
import { contractResolver } from './contract/contractResolver'
import { fetchContractResolver } from './contract/fetchContract'
import { fetchSubmittedContractResolver } from './contract/fetchSubmittedContract'

export function configureResolvers(
store: Store,
Expand All @@ -64,7 +63,6 @@ export function configureResolvers(
indexRates: indexRatesResolver(store),
fetchRate: fetchRateResolver(store),
fetchContract: fetchContractResolver(store),
fetchSubmittedContract: fetchSubmittedContractResolver(store),
},
Mutation: {
createHealthPlanPackage: createHealthPlanPackageResolver(store),
Expand Down
60 changes: 0 additions & 60 deletions services/app-api/src/resolvers/contract/fetchSubmittedContract.ts

This file was deleted.

299 changes: 0 additions & 299 deletions services/app-graphql/src/queries/fetchSubmittedContract.graphql

This file was deleted.

Loading

0 comments on commit c342a11

Please sign in to comment.