graphql

Installation
SKILL.md

GraphQL API Standards

Naming Conventions

Field Naming

  • Boolean: Require is/has/can prefix
  • Date: Require ~At suffix
  • Use consistent terminology throughout the project (unify on either "create" or "add")

Date Format

  • ISO 8601 UTC
  • Use DateTime type

Pagination

Relay Connection Specification

Installs
2
GitHub Stars
1
First Seen
Mar 1, 2026
graphql — kubrickcode/workflow-toolkit