Function fuel_indexer_database::queries::put_many_to_many_record
source · pub async fn put_many_to_many_record(
conn: &mut IndexerConnection,
query: String
) -> Result<()>
Expand description
Execute an arbitrary INSERT
query where the content of the query includes
data for a many-to-many relationship.