Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
07-25-2022 12:41 PM - edited 07-25-2022 12:41 PM
I have defined a type :
type NFDAdmin {
user_id: ID! @unique
user_name: String!
email: String!
phone: String!
password: String! @private
}
This has automatically created several mutations like 'createNFDAdmins', 'updateNFDAdmins', 'deleteNFDAdmins',
I want to exclude a particular autogenerated mutation - "createNFDAdmins". Is there any way to resolve it ?
All the sessions of the conference are now available online