feat: add graphql support
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
pub fn crate_name() -> &'static str {
|
||||
"mcpaas-adapter-graphql"
|
||||
}
|
||||
mod client;
|
||||
mod error;
|
||||
mod model;
|
||||
|
||||
pub use client::GraphqlAdapter;
|
||||
pub use error::GraphqlAdapterError;
|
||||
pub use model::{GraphqlRequest, GraphqlResponse};
|
||||
|
||||
Reference in New Issue
Block a user