Apollo(阿波罗)是携程框架部门研发的配置管理平台,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性。 - hero5876/apollo
Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。 - HeroJordan/apollo
import{ChildDataProps,graphql}from"react-apollo"; constHERO_QUERY=gql`queryGetCharacter($episode:Episode!){hero(episode:$episode){name id friends{name id appearsIn}}}`;typeHero={name:string;id:string;appearsIn:string[];friends:Hero[];};typeResponse={hero:Hero;};typeVariables={episode:string...
🎥非常精美的 Flutter 版电影客户端,利用豆瓣现有的 Api,打造了一个完整的电影展示 App(部分 UI 仿豆瓣电影)。 A beautiful movie application build by flutter. - apollohero/morec
Newton Adventure - Play Newton, a very special hero who has the power to change gravity direction! Play it now! Octocat Jump - GitHub Game Off 2012 Entry. Play it now! Onslaught Arena - Fight off hordes of classic medieval monsters in this fast paced arcade shooter! Play it now! Pappu ...
cell.configure(with: hero?.fragments.heroDetails) ``` Type conditions ## Type conditions The GraphQL type system includes interfaces and unions as abstract types that object types can conform to. In the Star Wars example schema for example, both `Human`s and `Droid`s implement the `Character...