Inheritance: ObjectGraphType
Ejemplo n.º 1
0
        public SchemaWithDuplicates()
        {
            Query = new SomeQuery();

            this.RegisterType <SomeObject>();
            this.RegisterType <SomeObject>();
            this.RegisterType <SomeQuery>();
            this.RegisterType <SomeQuery>();
            this.RegisterType <SomeInterface>();
            this.RegisterType <SomeInterface>();
            this.RegisterType <StringGraphType>();
            this.RegisterType <StringGraphType>();
        }
Ejemplo n.º 2
0
        public AnInterfaceOnlySchemaWithExtraRegisteredType()
        {
            Query = new SomeQuery();

            RegisterType<SomeObject>();
        }
        public AnInterfaceOnlySchemaWithExtraRegisteredType()
        {
            Query = new SomeQuery();

            RegisterType <SomeObject>();
        }