···11+---
22+"@0no-co/graphqlsp": patch
33+---
44+55+switch error message for missing operation-name to not allude to typegen
+1-1
packages/graphqlsp/src/diagnostics.ts
···456456 ) as OperationDefinitionNode;
457457 if (!op.name) {
458458 graphQLDiagnostics.push({
459459- message: 'Operation needs a name for types to be generated.',
459459+ message: 'Operation should contain a name.',
460460 start: node.getStart(),
461461 code: MISSING_OPERATION_NAME_CODE,
462462 length: originalNode.getText().length,