OBJECT
IngestSlug
link GraphQL Schema definition
1 type IngestSlug { 2 3 # File source location 4 : ID! 5 6 : Source! 7 8 : String! 9 10 : ID! 11 12 # File metadata 13 : String! 14 15 : BigInt 16 17 : DateTime 18 19 : DateTime 20 21 : DateTime 22 23 # Ingest process metadata 24 : IngestSlugStatus! 25 26 : String 27 28 : String 29 30 : String 31 32 : ID 33 34 : ID 35 36 # Resulting tdo 37 : ID 38 39 : ID 40 41 : TemporalDataObject 42 43 : Asset 44 45 # Object metadata 46 : DateTime! 47 48 : DateTime! 49 50 : String! 51 52 }
link Required by
- IngestSlugList
- IngestSlugsCreateResult
- IngestSlugUpdateStatusResult
- MutationMutations are used to modify data. Each mutation takes an input that contains the data necessary to create or update the data in question.
- QueryQueries are used to retrieve data. If you're new to our API, try the `me` query to explore the information you have access to. Hit `ctrl-space` at any time to activate field completion hints, and mouse over a field or parameter to see its documentation.