findLastStoryFor() public static method

public static findLastStoryFor ( $authorId )
コード例 #1
0
ファイル: UserType.php プロジェクト: webonyx/graphql-php
 public function lastStoryPosted(User $user)
 {
     return DataSource::findLastStoryFor($user->id);
 }