You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And hier is the problem, If I only want to change one field, another field will be deleted
schema:
type User implements Entity {
_id: ID
phone: PhoneType
}
type PhoneType {
wokr: String
privat: String
}
type Mutation {
update(_id: ID input: PhoneInput ): User
}
Thanks for a great cheat. I'm looking for update embedded documents, but i can't find it anywhere. For example GraphQL query:
mutation (_id: "12" input: { work: "911" } ) { phone{ work privat } }
And hier is the problem, If I only want to change one field, another field will be deleted
schema:
resolver
HELP PLEASE
The text was updated successfully, but these errors were encountered: