OpenBeta / openbeta-graphql

The open source rock climbing API
https://openbeta.io
GNU Affero General Public License v3.0
41 stars 32 forks source link

Ticks mutation should accept nullable style and attempt type #419

Open Vichy97 opened 4 days ago

Vichy97 commented 4 days ago

Style and attempt type are marked nullable in the schema, but failing to provide them will return an error. We should accept null. It doesn't make sense to pass "N/A" when null would suffice