Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GraphQLObjectField

Defines a field on a GraphQL object, used in queries. See: https://graphql.org/learn/queries/#fields

Hierarchy

  • GraphQLObjectField

Index

Constructors

constructor

Properties

Optional aliasName

aliasName: string | null

Optional argument

argument: string | null

fieldValue

fieldValue: string

Optional nestedProperties

nestedProperties: GraphQLObjectField[] | null

Generated using TypeDoc