Skip to content

nested object clause arrays #20

@will123195

Description

@will123195

Is it possible to specify an 'order by' for the albums?

artist{
    name,
    [album]s as albums,
    where id = 10
}

For instance with a clause array like this

<?
$clause_array = [
    'albums' => ['order by' => "release_date asc"]
];

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions