PHP 클래스 GraphQL\Type\Definition\InputObjectField

파일 보기 프로젝트 열기: webonyx/graphql-php

공개 프로퍼티들

프로퍼티 타입 설명
$defaultValue mixed | null
$description string | null
$name string
$type callback | InputType

공개 메소드들

메소드 설명
__construct ( array $opts ) InputObjectField constructor.
defaultValueExists ( ) : boolean
getType ( ) : mixed

메소드 상세

__construct() 공개 메소드

InputObjectField constructor.
public __construct ( array $opts )
$opts array

defaultValueExists() 공개 메소드

public defaultValueExists ( ) : boolean
리턴 boolean

getType() 공개 메소드

public getType ( ) : mixed
리턴 mixed

프로퍼티 상세

$defaultValue 공개적으로 프로퍼티

public mixed|null $defaultValue
리턴 mixed | null

$description 공개적으로 프로퍼티

public string|null $description
리턴 string | null

$name 공개적으로 프로퍼티

public string $name
리턴 string

$type 공개적으로 프로퍼티

public callback|InputType $type
리턴 callback | InputType