GraphQL Ingest Queries & Mutations

Ingest & Parser Queries

Below is a list of ingest and parser related queries. However, there's only one specifically related to parsers and none for ingesting data. Instead, you would use the repository queries and select ingest and parser values in the results.

  • generateParserFromTemplate(): Used to get an unsaved parser from a YAML template.

  • repositories(): Gets a list of repositories, and details on each — including ingest feed and parsers.

  • repository(): Used to retrieve information about a given repository — including ingest feed and parsers.

Ingest & Parser Mutations

Below is a list of ingest feed and parser related mutations. They're listed alphabetically, not by common usage.