Mutation: createContact
Requires access to resource GRAPHQL_CONTACT
ownerApp {
contact {
createContact(
contact: ContactCreateInput!
): Contact!
}
}
Arguments
createContact.contact ● ContactCreateInput! non-null input
Type
Contact object
Represents contact data (like phone, email, address etc.) in Leon