Skip to content

v1.4.4: GraphQL Naming Conventions

Choose a tag to compare

@github-actions github-actions released this 30 Jul 10:37

Added

  • New GraphQL Rule: require-pascal-case-types: Added strict naming convention rule for GraphQL types (Object, Input, Interface, Enum, Union) to require PascalCase.
  • New GraphQL Rule: require-camel-case-fields: Added strict naming convention rule for GraphQL fields to require camelCase.

Chore

  • CI/CD Hardening: Added semantic-pr.yml to strictly enforce conventional commits on all Pull Requests.
  • Security Scanning: Added codeql.yml to automatically run GitHub CodeQL SAST scans on every push to main and weekly schedules.

📦 Installation

npm install -g @mrjacket/smile

View Full CHANGELOG