Hey Devs,
I have a Blogpost that contains one or more Authors. If I do:
Contentful.Delivery.entries(@space_id, @access_token)
I will get the content with the relations, but with nil:
%{"fields" => %{"author" => [nil, nil], "title" => "The article"
Even if I add the %{"include" => 2} as the search parameter, I will still get a nil. Is there another way to load the relations or am I doing it wrong?
Hey Devs,
I have a Blogpost that contains one or more Authors. If I do:
Contentful.Delivery.entries(@space_id, @access_token)I will get the content with the relations, but with nil:
%{"fields" => %{"author" => [nil, nil], "title" => "The article"Even if I add the %{"include" => 2} as the search parameter, I will still get a nil. Is there another way to load the relations or am I doing it wrong?