Viewer
Top level scope for the user in whose context the API is running.
Connections
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 |
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. |
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 who is the viewer of the API.