We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ca41f commit db11d0cCopy full SHA for db11d0c
guides/changesets/releases.md
@@ -9,12 +9,12 @@ desc: Associating changes to version numbers
9
index: 3
10
---
11
12
-To be available to clients, Changesets added to the schema with `use GraphQL::Enterprise::Changeset::Release changeset_dir: "..."`:
+To be available to clients, Changesets added to the schema with `use GraphQL::Enterprise::Changeset::Release changesets_dir: "..."`:
13
14
```ruby
15
class MyAppSchema < GraphQL::Schema
16
# Add this before root types so that newly-added types are also added to the schema
17
- use GraphQL::Enterprise::Changeset::Release, changeset_dir: "app/graphql/changesets"
+ use GraphQL::Enterprise::Changeset::Release, changesets_dir: "app/graphql/changesets"
18
19
query(...)
20
mutation(...)
0 commit comments