PHP Class GraphQL\Type\Definition\BooleanType

Inheritance: extends ScalarType
Show file Open project: webonyx/graphql-php

Public Properties

Property Type Description
$description string
$name string

Public Methods

Method Description
parseLiteral ( $ast ) : boolean | null
parseValue ( mixed $value ) : boolean
serialize ( mixed $value ) : boolean

Method Details

parseLiteral() public method

public parseLiteral ( $ast ) : boolean | null
$ast
return boolean | null

parseValue() public method

public parseValue ( mixed $value ) : boolean
$value mixed
return boolean

serialize() public method

public serialize ( mixed $value ) : boolean
$value mixed
return boolean

Property Details

$description public property

public string $description
return string

$name public property

public string $name
return string