markhuot / craftql

A drop-in GraphQL server for Craft CMS
Other
320 stars 53 forks source link

Limiting first Link field occurence to a certain type makes other Link fields with different type throw an error #298

Open ParallelUniv3rse opened 5 years ago

ParallelUniv3rse commented 5 years ago

As the title says. I've set up matrix field modules which contain buttons of Link Field type. Later on created a link field global and limited that to Entry type only. All the other Link filelds started trowing internal server errors.

When I turned off the global Link field limitation, everything was fine again.

ParallelUniv3rse commented 5 years ago

Probably related to #284