This repository was archived by the owner on Feb 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ export function createFeApolloClient() {
29
29
* Init Apollo for Frontend API and merge with initial state.
30
30
*
31
31
* @author WebDevStudios
32
- * @param {mixed } initialState Initial Apollo state.
33
- * @return {object } Frontend Apollo client instance.
32
+ * @param {* } initialState Initial Apollo state.
33
+ * @return {object } Frontend Apollo client instance.
34
34
*/
35
35
export function initializeFeApollo ( initialState = null ) {
36
36
// Only run one instance of the Apollo client.
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ import {initializeFeApollo} from '../../connector'
6
6
*
7
7
* @author WebDevStudios
8
8
* @param {string } postType WP post type.
9
+ * @param {string } cursor Start cursor for pagination.
9
10
* @param {string } orderBy Order by: field.
10
11
* @param {string } order Order by: direction.
11
- * @param {string } cursor Start cursor for pagination.
12
12
* @return {object } Archive post and pagination data or error object.
13
13
*/
14
14
export default async function getArchivePosts (
You can’t perform that action at this time.
0 commit comments