It would be nice if the params.removeFields() didn’t fail if the fields don’t exist.
Hi Amund,
I can not reproduce it. The removeFields
function works fine.
Hi Amund,
We released Guillotine 7.1.
Now developers can change the behavior of what should happen when calling modifyFields
function with unknown fields. By default, it will throw an error, helping developers to identify when they have done something wrong.
To prevent an error, developers can use the graphql.extensions.modifyUnknownField=warn
configuration in the com.enonic.app.guillotine.cfg
file. More information about the configuration settings can be found here.
1 Like