Skip to main content

EventQueries class

This class creates queries related to the events.

Constructors

EventQueries

:

Properties

[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::

[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::

Methods

[addEvent][ [→ String] ] : Creates a GraphQL mutation for adding an event.

[addVolunteerToGroup][ [→ String] ] : Creates a GraphQL mutation for adding a volunteer to a group.

[attendeesByEvent][([[String] eventId]) [→ String] ] : Fetches attendees by event ID.

[createAgendaItem][ [→ String] ] : Creates a GraphQL mutation for creating an agenda item.

[createVolunteerGroup][ [→ String] ] : Creates a GraphQL mutation for creating an event volunteer group.

[deleteAgendaItem][ [→ String] ] : Creates a GraphQL mutation for deleting an agenda item.

[deleteEvent][([[String] id]) [→ String] ] : Creates a GraphQL mutation for deleting an event.

[fetchAgendaItemCategoriesByOrganization][([[String] organizationId]) [→ String] ] : Creates a GraphQL query for fetching agenda item categories by organization.

[fetchAgendaItemsByEvent][([[String] relatedEventId]) [→ String] ] : Creates a GraphQL query for fetching agenda items by organization.

[fetchOrgEvents][([[String] orgId]) [→ String] ] : Fetches events by organization ID.

[fetchVolunteerGroups][ [→ String] ] : Fetches event volunteer groups based on criteria such as event ID.

[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::

[registerForEvent][ [→ String] ] : Creates a GraphQL mutation for registering for an event.

[removeEventVolunteerGroup][ [→ String] ] : Creates a GraphQL mutation for removing an event volunteer group.

[removeVolunteerMutation][ [→ String] ] : Creates a GraphQL mutation for deleting a volunteer from a group.

[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::

[updateAgendaItem][ [→ String] ] : Creates a GraphQL mutation for updating an agenda item.

updateEvent [→ String] ] : Creates a GraphQL mutation for updating an event.

[updateVolunteerGroupMutation][ [→ String] ] : Mutation to update volunteer group insatnce.

Operators

[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::

  1. talawa
  2. event_queries
  3. EventQueries class
event_queries library