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

Class GraphQLNameAttribute

Inheritance
Object
Attribute
GraphQLNameAttribute
Namespace: GraphZen
Assembly: GraphZen.Abstractions.dll
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Enum | AttributeTargets.Field | AttributeTargets.Interface | AttributeTargets.Method | AttributeTargets.Parameter | AttributeTargets.Property)]
public class GraphQLNameAttribute : Attribute

Constructors

GraphQLNameAttribute(String)

Declaration
public GraphQLNameAttribute(string name)
Parameters
Type Name Description
String name

Properties

Name

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