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

Class GraphQLTypeAttribute

Inheritance
Object
Attribute
GraphQLTypeAttribute
Namespace: GraphZen
Assembly: GraphZen.Abstractions.dll
Syntax
public class GraphQLTypeAttribute : Attribute

Constructors

GraphQLTypeAttribute(Type)

Declaration
public GraphQLTypeAttribute(Type clrType)
Parameters
Type Name Description
Type clrType

Properties

ClrType

Declaration
public Type ClrType { get; }
Property Value
Type Description
Type
Back to top Copyright © 2017-2019 GraphZen LLC