# GraphQL
This class has 14 functions!

[To use this make sure you read the Usage md.](https://stoplight.io/p/docs/gh/teenari/fortnitenode/docs/Usage.md?srn=gh/teenari/fortnitenode/docs/Usage.md&group=master)

## Properties
*Due to some bugs using my auto docs, I have to tell you to `console.log` this class or look at the file, thank you for your understanding.*

## Methods

## getUnlinkedPlatforms()
Unlinked platforms.

## getPlaytimeTotal()
Playtime tracking total.

## getLibraryRecords()
Library records.

## getCoupons()
Coupons,

## getMultipleUsers(accountIds)
Multiple users.

### Comments
> param {Array} accountIds Array of user ids.

### Arguments
- accountIds - Array of user ids.

## getUser(displayName)
User.

### Comments
> param {Array} displayName DisplayName.

### Arguments
- displayName - DisplayName.

## setAlias(friendId, alias)
Set alias of friend.

### Comments
> param friendId The friend's id.

> param alias The alias you want to set.

### Arguments
- friendId - The friend's id.
- alias - The alias you want to set.

## getSummary(displayNames=true)
Summary of account.

### Arguments
- displayNames=true

## getFriends()
No information about this function, contact me to update function `getFriends`.

## getIncoming()
No information about this function, contact me to update function `getIncoming`.

## getBlocklist()
No information about this function, contact me to update function `getBlocklist`.

## getOutgoing()
No information about this function, contact me to update function `getOutgoing`.

## getPresenceV2Online(namespace= "Fortnite", circle="friends")
Presence V2 online summary.

### Comments
> param {String} namespace Namespace (Ex. Fortnite)

> param {} circle Circle (Ex. friends)

### Arguments
- namespace= "Fortnite"
- circle="friends"

## getExternalAuths()
External auths for account.