"""labelParticipantCreate query.""" query = ''' mutation( $name: String! $vendorId: ID! $subaccountId: ID! $spotifyId: String $appleId: String ) { labelParticipantCreate( input: { name: $name vendorId: $vendorId subaccountId: $subaccountId spotifyId: $spotifyId appleMusicId: $appleId } ) { id name } } '''