PHP Class GraphQL\Examples\Blog\Data\Comment

Show file Open project: webonyx/graphql-php

Public Properties

Property Type Description
$authorId
$body
$id
$isAnonymous
$parentId
$storyId

Public Methods

Method Description
__construct ( array $data )

Method Details

__construct() public method

public __construct ( array $data )
$data array

Property Details

$authorId public property

public $authorId

$body public property

public $body

$id public property

public $id

$isAnonymous public property

public $isAnonymous

$parentId public property

public $parentId

$storyId public property

public $storyId