fix defaultvalue for page

pull/1/head
paidge 6 months ago
parent a9755d1c30
commit c0bc39caab

@ -367,7 +367,7 @@ class SchemaSPIP {
'page' => [
'type' => new NonNull(Type::int()),
'description' => _T('graphql:desc_arg_page'),
'defaultValue' => 0
'defaultValue' => 1
]
];
}

Loading…
Cancel
Save