1 2 3 4 5
//! Internal implementation modules for the proc-macro crate. pub(crate) mod appsync_operation; pub(crate) mod common; pub(crate) mod make_appsync;