rdc
05/18/2019, 9:27 AMexport const UPDATE_CAMPAIGN = gql`
mutation updateCampaign(
$campaignName: String
$startDate: String
$duration: Int
$approvedDate: String
$CAMPAIGNSTATUS: CAMPAIGNSTATUS
$ARTWORKSTATUS: ARTWORKSTATUS
$contentStatusDeclineCause: String #for our reference
$artworkComment: String
$artworkSVGFiles:{
$create:[
{
$bucket: String!
$region: String!
$key: String!
},
{
$bucket: String!
$region: String!
$key: String!
}
]
}
$artworkSVGFiles is not working!!! ðŸ˜
Any suggestions pls?
Thanks