use http::HeaderName;

pub const APOLLOGRAPHQL_CLIENT_NAME: HeaderName =
    HeaderName::from_static("apollographql-client-name");
pub const APOLLOGRAPHQL_CLIENT_VERSION: HeaderName =
    HeaderName::from_static("apollographql-client-version");
