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

Class InputObjectTypeFieldsAccessorExtensions

Inheritance
Object
InputObjectTypeFieldsAccessorExtensions
Namespace: GraphZen.TypeSystem
Assembly: GraphZen.TypeSystem.dll
Syntax
public static class InputObjectTypeFieldsAccessorExtensions

Methods

FindField(InputObjectType, String)

Declaration
public static InputField FindField(this InputObjectType source, string name)
Parameters
Type Name Description
InputObjectType source
String name
Returns
Type Description
InputField

GetField(InputObjectType, String)

Declaration
public static InputField GetField(this InputObjectType source, string name)
Parameters
Type Name Description
InputObjectType source
String name
Returns
Type Description
InputField

HasField(InputObjectType, String)

Declaration
public static bool HasField(this InputObjectType source, string name)
Parameters
Type Name Description
InputObjectType source
String name
Returns
Type Description
Boolean

TryGetField(InputObjectType, String, out InputField)

Declaration
public static bool TryGetField(this InputObjectType source, string name, out InputField inputField)
Parameters
Type Name Description
InputObjectType source
String name
InputField inputField
Returns
Type Description
Boolean
Back to top Copyright © 2017-2019 GraphZen LLC