Constant telescope::api::rcos::users::discord_whois::discord_who_is::__QUERY_WORKAROUND[][src]

const __QUERY_WORKAROUND: &str = "query DiscordWhoIs($discord_id: String!) {\n    user_accounts(where: {account_id: {_eq: $discord_id}, type: {_eq: \"discord\"}}, limit: 1) {\n        user: user {\n            id\n            first_name\n            last_name\n            role\n            cohort\n\n            # RCS ID info for the user\n            rcs_id: user_accounts(where: {type: {_eq: \"rpi\"}} limit: 1) {\n                account_id\n            }\n        }\n    }\n}\n";