Overview
  • Namespace
  • Class

Namespaces

  • WPGraphQL
    • Data
    • Type
      • Avatar
      • Comment
        • Connection
      • CommentAuthor
      • EditLock
      • Enum
      • MediaItem
        • Mutation
      • Plugin
        • Connection
      • PostObject
        • Connection
        • Mutation
      • PostType
      • Setting
      • Taxonomy
      • TermObject
        • Connection
        • Mutation
      • Theme
        • Connection
      • Union
      • User
        • Connection
        • Mutation
    • Utils

Classes

  • TermObjectConnectionArgs
  • TermObjectConnectionDefinition
  • TermObjectConnectionResolver

Class TermObjectConnectionArgs

Class TermObjectConnectionArgs

This sets up the Query Args for term object connections, which uses get_terms, so this defines the allowed input fields that will be passed to get_terms

GraphQL\Type\Definition\InputObjectType
Extended by WPGraphQL\Type\WPInputObjectType
Extended by WPGraphQL\Type\TermObject\Connection\TermObjectConnectionArgs
Namespace: WPGraphQL\Type\TermObject\Connection
Package: WPGraphQL\Type
Since: 0.0.5
Located at Type/TermObject/Connection/TermObjectConnectionArgs.php

Methods summary

public
# __construct( array $config = [] )

TermObjectConnectionArgs constructor.

TermObjectConnectionArgs constructor.

Parameters

$config
The configuration for the InputObjectType

Since

0.0.5

Overrides

WPGraphQL\Type\WPInputObjectType::__construct

Methods inherited from WPGraphQL\Type\WPInputObjectType

format_enum_name(), prepare_fields()

Properties summary

public static array $fields

This holds the field definitions

This holds the field definitions

Since

0.0.5
#
API documentation generated by ApiGen