ParseImageInput
Simply takes the business/facility slugs that you have been provided by Kargo along with the file which can be uploaded as explained in the mutation documentation above. You may also include a list of ids specific to your system Kargo will log these with the image parsing for billing and debugging purposes.
input ParseImageInput {
businessSlug: String!
facilitySlug: String!
file: Upload!
metadata: [ParseImageInputMetadataEntry!]!
}
Fields
ParseImageInput.businessSlug ● String! non-null scalar
ParseImageInput.facilitySlug ● String! non-null scalar
ParseImageInput.file ● Upload! non-null scalar
ParseImageInput.metadata ● [ParseImageInputMetadataEntry!]! non-null input
Member Of
parseImage mutation