class ApiConfig { static const String HOST = String.fromEnvironment( 'BASE_API_URL', ); static const BASE_API_URL = 'https://$HOST/graphql'; }