Cap Collectif Developers - GraphQL API

User

A user is an individual's account.

Implements

Fields

avatarUrl (URI)

This part of the schema is currently available for developers to preview. During this preview period, the API may change without any advance notice. Please see Schema previews for more details.

The user's public avatar URL.

biography (String)

The user's public profile biography.

consentInternalCommunication (Boolean) ROLE_USER

This part of the schema is currently available for developers to preview. During this preview period, the API may change without any advance notice. Please see Schema previews for more details.

Whether or not this user consent internal communication.

createdAt (DateTime!)

Identifies the date and time when the object was created.

deletedAccountAt (DateTime)

Identifies the date and time when this user account was deleted.

email (Email) ROLE_USER

This part of the schema is currently available for developers to preview. During this preview period, the API may change without any advance notice. Please see Schema previews for more details.

The user's personal email.

enabled (Boolean!)

This part of the schema is currently available for developers to preview. During this preview period, the API may change without any advance notice. Please see Schema previews for more details.

Whether or not this user has a confirmed account.

facebookUrl (URI)

A URL pointing to the user's Facebook account.

id (ID!)

The ID of an object.

instagramUrl (URI)

A URL pointing to the user's Instagram account.

isViewer (Boolean!) ROLE_USER

Whether or not this user is the authenticated user.

linkedInUrl (URI)

A URL pointing to the user's LinkedIn account.

responses (ResponseConnection!)

This part of the schema is currently available for developers to preview. During this preview period, the API may change without any advance notice. Please see Schema previews for more details.

The responses answered by user.

Argument Type Description
after String

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

first Int

Returns the first n elements from the list.

The default value is 100.

twitterUrl (URI)

A URL pointing to the user's Twitter account.

updatedAt (DateTime)

Identifies the date and time when the object was last updated.

url (URI!)

The URL to this resource.

userType (UserType)

This part of the schema is currently available for developers to preview. During this preview period, the API may change without any advance notice. Please see Schema previews for more details.

The type of the person.

username (String)

The user's public name.

websiteUrl (URI)

A URL pointing to the user's public website/blog.