Magidoc

invitations
Query

Invitations sent out to users.

Arguments

#

after

Returns the elements in the list that come after the specified cursor.

afterIndex

Returns the elements in the list that come after the specified index.

before

Returns the elements in the list that come before the specified cursor.

beforeIndex

Returns the elements in the list that come before the specified index.

excludeStates

States to exclude from the Invitation query.

first

Returns the first n elements from the list.

fullText

A full-text search query for Invitations.

groups

[ String !]

Groups associated with the Invitation.

last

Returns the last n elements from the list.

orderBy

The field to order the Invitations by.

state

Current state of the Invitation.

type

Type of Invitation.

Response

#

Returns QueryInvitationConnection .

Example

#

3