Skip to main content

Crate maestro_midds_schema

Crate maestro_midds_schema 

Source
Expand description

MIDDS (Musical Industry Digital Distribution Standard) GraphQL types for the Maestro blockchain indexer.

This crate provides GraphQL schema types for the Allfeat MIDDS pallets, which handle musical works, recordings, and releases.

§Example

use maestro_midds_schema::{MusicalWork, Recording, Release, PartyId};

Structs§

Creator
A creator of a musical work.
Date
A date (year, month, day).
MiddsStats
Statistics about MIDDS on-chain data.
MusicalWork
A musical work (composition) registered on-chain.
MusicalWorkConnection
Paginated list of musical works.
MusicalWorkEdge
A single musical work in a paginated list.
PageInfo
Page information for Relay-style cursor pagination.
PartyId
A party identifier (IPI, ISNI, or both).
Recording
A recording registered on-chain.
RecordingConnection
Paginated list of recordings.
RecordingEdge
A single recording in a paginated list.
Release
A release (album/single) registered on-chain.
ReleaseConnection
Paginated list of releases.
ReleaseEdge
A single release in a paginated list.