mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 23:30:05 +02:00
fix(joyent-cp-gql-schema): don't require created and obj on Manifest
This commit is contained in:
parent
14ffdb9636
commit
b5a8a8e23d
@ -71,11 +71,11 @@ enum ManifestFormat {
|
|||||||
|
|
||||||
type Manifest {
|
type Manifest {
|
||||||
id: ID!
|
id: ID!
|
||||||
created: Date!
|
created: Date
|
||||||
type: ManifestType!
|
type: ManifestType!
|
||||||
format: ManifestFormat!
|
format: ManifestFormat!
|
||||||
raw: String!
|
raw: String!
|
||||||
obj: Object!
|
obj: Object
|
||||||
}
|
}
|
||||||
|
|
||||||
# immutable
|
# immutable
|
||||||
|
Loading…
Reference in New Issue
Block a user