"""Graphql queries.""" import_delivery_history = """ mutation($data: DeliveryHistoryInput!) { importDeliveryHistory(input: $data) } """