fix(joyent-cp-gql-schema): don't require created and obj on Manifest

This commit is contained in:
Sérgio Ramos 2017-06-09 05:24:08 +01:00 committed by Judit Greskovits
parent 14ffdb9636
commit b5a8a8e23d
1 changed files with 2 additions and 2 deletions

View File

@ -71,11 +71,11 @@ enum ManifestFormat {
type Manifest {
id: ID!
created: Date!
created: Date
type: ManifestType!
format: ManifestFormat!
raw: String!
obj: Object!
obj: Object
}
# immutable