Currently when you generate a module it does this: ` collectionName: 'Movies', typeName: 'Movies', ` instead of this: ` collectionName: 'Movies', typeName: 'Movie', ` causing this error: `Error: Field "Query.movies" can only be defined once.`
Currently when you generate a module it does this:
collectionName: 'Movies', typeName: 'Movies',instead of this:
collectionName: 'Movies', typeName: 'Movie',causing this error:
Error: Field "Query.movies" can only be defined once.