Skip to content

Commit 3e0b145

Browse files
author
amarflybot18
committed
change for es + fed
1 parent a62c65c commit 3e0b145

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/index.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -276,17 +276,6 @@ schemaComposer.getOTC('ecommerceSearchHitItem')
276276
.removeField(['_index','_score','_shard','_node','_explanation','_version','_type'])
277277
.clearExtensions();
278278

279-
280-
const CityTC = schemaComposer.createObjectTC(`
281-
type City {
282-
code: String!
283-
name: String!
284-
population: Number
285-
countryCode: String
286-
tz: String
287-
}
288-
`);
289-
290279
const app = express();
291280

292281
const server = new ApolloServer({

0 commit comments

Comments
 (0)