@nuffieldtechnologies/rugged-schema-types 0.4.7 → 0.5.1
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 +0 -2
- package/package.json +1 -1
package/distribution/index.js
CHANGED
|
@@ -100,8 +100,6 @@ const _AllEventFields = `{appVersion, at, atForHumans, device, deviceModel, osVe
|
|
|
100
100
|
const _AllTaskFields = `{id, name, definition, user, userEmail, form, id, organisation, timestamps {started, updated, submitted, processed, upgraded} events {started ${_AllEventFields}, updated ${_AllEventFields}, submitted ${_AllEventFields}, discarded ${_AllEventFields}} , template { type, id, version}, status, fails, reportUrl, data}`;
|
|
101
101
|
const _TaskInput = `
|
|
102
102
|
input TaskInput {
|
|
103
|
-
id : String,
|
|
104
|
-
|
|
105
103
|
# The name of the task. TODO does this actually exist?
|
|
106
104
|
name: String,
|
|
107
105
|
|