-
Notifications
You must be signed in to change notification settings - Fork 1
Create directory structure #4
Copy link
Copy link
Open
Description
There is no right or wrong structure at this point. We can always adapt as needed.
vdm/
├── spec/ # Specification files only
│ ├── foundations/ # Core spec foundations
│ │ ├── directives.graphql # GraphQL directives
│ │ ├── units.graphql # Unit definitions
│ │ ├── scalars.graphql # Scalar types
│ │ └── common.graphql # Common types and patterns
│ ├── domains/ # Domain-specific specifications
│ └── queries/ # Query definitions and schema
├── docs/ # Documentation and resources
│ ├── examples/ # Example specifications
│ ├── templates/ # Reusable spec templates
│ ├── user-guides/ # User documentation
|── resources/
│ └── vss-migrated/ # VSS migration resources
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels