You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,19 @@ A Swift package plugin that generates server-side GraphQL API code from GraphQL
6
6
7
7
## Features
8
8
9
+
-**Data-driven**: Guarantee conformance with declared GraphQL spec
9
10
-**Build-time code generation**: Code is generated at build time and doesn't need to be committed
10
11
-**Type-safe**: Leverages Swift's type system for compile-time safety
11
12
-**Minimal boilerplate**: Generates all GraphQL definition code - you write the business logic
13
+
-**Flexible**: Makes no assumptions about backing data types other than GraphQL type conformance
12
14
13
15
## Installation
14
16
15
17
Add the package to your `Package.swift`. Be sure to add the `GraphQLGeneratorRuntime` dependency to your package, and add the `GraphQLGeneratorPlugin` to the plugins section:
0 commit comments