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 {
|
||||
id: ID!
|
||||
created: Date!
|
||||
created: Date
|
||||
type: ManifestType!
|
||||
format: ManifestFormat!
|
||||
raw: String!
|
||||
obj: Object!
|
||||
obj: Object
|
||||
}
|
||||
|
||||
# immutable
|
||||
|
Loading…
Reference in New Issue
Block a user