1 2 3 4 5 6 7 8 9 10
use lambda_appsync::appsync_lambda_main; appsync_lambda_main!( "../../../../schema.graphql", exclude_lambda_handler = true, // Non-existent overrides name_override = Player.inexistant: existant, ); fn main() {}