Constant telescope::api::rcos::users::accounts::unlink::unlink_user_account::QUERY[][src]

pub const QUERY: &str = "mutation UnlinkUserAccount($user_id: uuid!, $platform: user_account!) {\n    delete_user_accounts_by_pk(user_id: $user_id, type: $platform) {\n        account_id\n    }\n}\n";