GraphZen
  • Home
  • Blog
  • Documentation
  • API
  • Get Started
Show / Hide Table of Contents

Interface IInputObjectTypes

Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IInputObjectTypes : IInputObjectTypesDefinition

Properties

InputObjects

Declaration
IReadOnlyList<InputObjectType> InputObjects { get; }
Property Value
Type Description
IReadOnlyList<InputObjectType>

Methods

GetInputObjects()

Declaration
IEnumerable<InputObjectType> GetInputObjects()
Returns
Type Description
IEnumerable<InputObjectType>
Back to top Copyright © 2017-2019 GraphZen LLC