GraphQl Queries

Maybe I should be asking in a graphql forum but I cannot find how to query on fields in graphql in Gatsby. How do I filter on a specific field in graphql?

Hi Alfred, have your tried syntax like: collection_id(field_id: xxx){..}