Function telescope::api::rcos::send_query[][src]

pub async fn send_query<T: GraphQLQuery>(
    variables: T::Variables
) -> Result<T::ResponseData, TelescopeError>
Expand description

Send a GraphQL query to the central RCOS API.