tnc-ca-geo / animl-api

Backend for https://animl.camera
4 stars 0 forks source link

Mark all values in arrays as required #222

Closed alukach closed 4 days ago

alukach commented 1 week ago

What I'm changing

I get the impression that any array argument we take in within our GraphQL API should only contain records of a specific type, never null values. This PR ensures that all arrays (optional or required) expects non-null values.

How I did it

Find and replace.