Mutation partially following the current schema

You are using GraphQL, so that’s how GraphQL works. It is a highly typed API. Everything must be explicitly set. You should move to DQL instead.

DQL is indifferent to your attributes, but it eventually will be added to your schema automatically.

1 Like