All the timestamps auto generated by sequelize
All the attributes needed to create an instance of the Person model
All the attributes stored in the database
All the attributes needed to update an instance of the Person model
A helper function to create a store for the Person model
the database connection
The created store
The resolver for the major field of a Person
The major of the Person
The resolver for the registrationType field of a Person
The registrationType of the member
The resolver for the status field of a Person
The status of the member
The resolver for approveMembership Mutation
The arguments for the approveMembership mutation
The update response
The resolver for importPeople Mutation
The update response
The resolver for newPerson Mutation
The arguments for the newPerson mutation
The update response
The resolver for updatePerson Mutation
The arguments for the updatePerson mutation
The update response
The type of the registration
The status of the person
The resolver for members Query
All the active members (as PersonAttributes[])
The resolver for people Query
All the people
The resolver for person Query
The person with the given sid or null if not found
The resolver for registrations Query
All the registrations (as PersonAttributes[])
The resolvers associated with the Person model
see collegeResolver
see majorResolver
see statusResolver
see membersResolver
see peopleResolver
see personResolver
Generated using TypeDoc
The input arguments for the approveMembership mutation's resolver