can anyone tell me what is the keyword for using a...
# orm-help
m
can anyone tell me what is the keyword for using a filter as below
Copy code
query {
  ads(filter: {
    url_has: "google"
  }) {
    response
  }
}
i basically want to filter out ads whose url has google in it @Adam Jacob? URL is a string here