Skip to content

Add fetching #2

Description

@Asherlc

It would be great if we could find records simpler, and abstract away the manual work of building parameters for contentful querying, i.e.:

new ArticleParams(
  {
    parentPage: 'ford-mustang'
  },
  {
    order: { publicationDate: 'desc' },
    page: 1,
    limit: 10,
    locale: 'es'
  }
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions