it seems that there is an issue with a component I created, right? Note that I only used the UI to create those components & collections.
Shall I delete it from the /components folder?
root@george-cms-strapi:~/my-project# npx strapi start
[2021-08-11T15:22:18.347Z] debug ⛔️ Server wasn't able to start properly.
[2021-08-11T15:22:18.349Z] error Error: There can be only one type named "ComponentStaticFilterInput".
There can be only one type named "editComponentStaticFilterInput".
Field "editComponentStaticFilterInput.id" can only be defined once.
at assertValidSDL (/root/my-project/node_modules/graphql/validation/validate.js:107:11)
at Object.buildASTSchema (/root/my-project/node_modules/graphql/utilities/buildASTSchema.js:45:34)
at Object.buildSchemaFromTypeDefinitions (/root/my-project/node_modules/graphql-tools/dist/generate/buildSchemaFromTypeDefinitions.js:25:28)
at makeExecutableSchema (/root/my-project/node_modules/graphql-tools/dist/makeExecutableSchema.js:26:29)
at Object.generateSchema (/root/my-project/node_modules/strapi-plugin-graphql/services/schema-generator.js:101:18)
at Object.initialize (/root/my-project/node_modules/strapi-plugin-graphql/hooks/graphql/index.js:76:74)
at /root/my-project/node_modules/strapi/lib/hooks/index.js:37:28