@nuffieldtechnologies/rugged-schema-types 0.3.4 → 0.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/distribution/index.js +2 -2
- package/package.json +1 -1
package/distribution/index.js
CHANGED
|
@@ -120,7 +120,7 @@ const _Form = `
|
|
|
120
120
|
}
|
|
121
121
|
`;
|
|
122
122
|
const _FormInput = `
|
|
123
|
-
|
|
123
|
+
input FormInput {
|
|
124
124
|
id: ID!
|
|
125
125
|
name: String
|
|
126
126
|
key: String
|
|
@@ -131,7 +131,7 @@ const _FormInput = `
|
|
|
131
131
|
`;
|
|
132
132
|
const _FormFilter = `
|
|
133
133
|
input FormFilter {
|
|
134
|
-
status:
|
|
134
|
+
status: TEMPLATESTATUS
|
|
135
135
|
}
|
|
136
136
|
`;
|
|
137
137
|
const _AllFormFields = `{id, name, key, updated, status, data}`;
|