deleteStoreBanner #deleteStoreBanner(id: String) BooleanExample #mutation deleteStoreBanner($id: String!){ deleteStoreBanner(id: $id) } Try It Now