Viewer

Top level scope for the user in whose context the API is running.

Connections

goals (GoalConnection!)

Look up goals of the viewer.

Argument Type Description
after String

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

before String

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

current Boolean

Select Goals which are set as current or not current depending on given value.

first Int

Returns the first n elements from the list.

last Int

Returns the last n elements from the list.

order GoalsOrder

Define order for the Goals.

The default value is NEWEST.

makerGroups (MakerGroupConnection!)

Look up maker groups the viewer is accepted member of.

Argument Type Description
after String

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

before String

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

first Int

Returns the first n elements from the list.

last Int

Returns the last n elements from the list.

makerProjects (MakerProjectConnection!)

Look up maker projects the viewer is a maintainer(either created or maintained by) of.

Argument Type Description
after String

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

before String

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

first Int

Returns the first n elements from the list.

last Int

Returns the last n elements from the list.

Fields

user (User!)

User who is the viewer of the API.