Skip to main content

Query

talawa-apiDocs


talawa-api / types/generatedGraphQLTypes / Query

Type Alias: Query

> Query: object

Type declaration

__typename?

> optional __typename: "Query"

actionItemCategoriesByOrganization?

> optional actionItemCategoriesByOrganization: Maybe<Maybe<ActionItemCategory>[]>

actionItemsByEvent?

> optional actionItemsByEvent: Maybe<Maybe<ActionItem>[]>

actionItemsByOrganization?

> optional actionItemsByOrganization: Maybe<Maybe<ActionItem>[]>

adminPlugin?

> optional adminPlugin: Maybe<Maybe<Plugin>[]>

advertisementsConnection?

> optional advertisementsConnection: Maybe<AdvertisementsConnection>

agendaCategory

> agendaCategory: AgendaCategory

agendaItemByEvent?

> optional agendaItemByEvent: Maybe<Maybe<AgendaItem>[]>

agendaItemByOrganization?

> optional agendaItemByOrganization: Maybe<Maybe<AgendaItem>[]>

agendaItemCategoriesByOrganization?

> optional agendaItemCategoriesByOrganization: Maybe<Maybe<AgendaCategory>[]>

checkAuth

> checkAuth: User

customDataByOrganization

> customDataByOrganization: UserCustomData[]

customFieldsByOrganization?

> optional customFieldsByOrganization: Maybe<Maybe<OrganizationCustomField>[]>

directChatById?

> optional directChatById: Maybe<DirectChat>

directChatsByUserID?

> optional directChatsByUserID: Maybe<Maybe<DirectChat>[]>

directChatsMessagesByChatID?

> optional directChatsMessagesByChatID: Maybe<Maybe<DirectChatMessage>[]>

event?

> optional event: Maybe<Event>

eventVolunteersByEvent?

> optional eventVolunteersByEvent: Maybe<Maybe<EventVolunteer>[]>

eventsByOrganization?

> optional eventsByOrganization: Maybe<Maybe<Event>[]>

eventsByOrganizationConnection

> eventsByOrganizationConnection: Event[]

fundsByOrganization?

> optional fundsByOrganization: Maybe<Maybe<Fund>[]>

getAgendaItem?

> optional getAgendaItem: Maybe<AgendaItem>

getAgendaSection?

> optional getAgendaSection: Maybe<AgendaSection>

getAllAgendaItems?

> optional getAllAgendaItems: Maybe<Maybe<AgendaItem>[]>

getAllNotesForAgendaItem?

> optional getAllNotesForAgendaItem: Maybe<Maybe<Note>[]>

getCommunityData?

> optional getCommunityData: Maybe<Community>

getDonationById

> getDonationById: Donation

getDonationByOrgId?

> optional getDonationByOrgId: Maybe<Maybe<Donation>[]>

getDonationByOrgIdConnection

> getDonationByOrgIdConnection: Donation[]

getEventAttendee?

> optional getEventAttendee: Maybe<EventAttendee>

getEventAttendeesByEventId?

> optional getEventAttendeesByEventId: Maybe<Maybe<EventAttendee>[]>

getEventInvitesByUserId

> getEventInvitesByUserId: EventAttendee[]

getEventVolunteerGroups

> getEventVolunteerGroups: Maybe<EventVolunteerGroup>[]

getFundById

> getFundById: Fund

getFundraisingCampaignPledgeById

> getFundraisingCampaignPledgeById: FundraisingCampaignPledge

getFundraisingCampaigns

> getFundraisingCampaigns: Maybe<FundraisingCampaign>[]

getNoteById

> getNoteById: Note

getPledgesByUserId?

> optional getPledgesByUserId: Maybe<Maybe<FundraisingCampaignPledge>[]>

getPlugins?

> optional getPlugins: Maybe<Maybe<Plugin>[]>

getUserTag?

> optional getUserTag: Maybe<UserTag>

getUserTagAncestors?

> optional getUserTagAncestors: Maybe<Maybe<UserTag>[]>

getVenueByOrgId?

> optional getVenueByOrgId: Maybe<Maybe<Venue>[]>

getlanguage?

> optional getlanguage: Maybe<Maybe<Translation>[]>

groupChatById?

> optional groupChatById: Maybe<GroupChat>

groupChatsByUserId?

> optional groupChatsByUserId: Maybe<Maybe<GroupChat>[]>

hasSubmittedFeedback?

> optional hasSubmittedFeedback: Maybe<Scalars["Boolean"]["output"]>

isSampleOrganization

> isSampleOrganization: Scalars["Boolean"]["output"]

joinedOrganizations?

> optional joinedOrganizations: Maybe<Maybe<Organization>[]>

me

> me: UserData

myLanguage?

> optional myLanguage: Maybe<Scalars["String"]["output"]>

organizations?

> optional organizations: Maybe<Maybe<Organization>[]>

organizationsConnection

> organizationsConnection: Maybe<Organization>[]

organizationsMemberConnection

> organizationsMemberConnection: UserConnection

plugin?

> optional plugin: Maybe<Maybe<Plugin>[]>

post?

> optional post: Maybe<Post>

registeredEventsByUser?

> optional registeredEventsByUser: Maybe<Maybe<Event>[]>

registrantsByEvent?

> optional registrantsByEvent: Maybe<Maybe<User>[]>

user

> user: UserData

userLanguage?

> optional userLanguage: Maybe<Scalars["String"]["output"]>

users?

> optional users: Maybe<Maybe<UserData>[]>

usersConnection

> usersConnection: Maybe<UserData>[]

venue?

> optional venue: Maybe<Venue>

Defined in

src/types/generatedGraphQLTypes.ts:2268