Docs - Creator View | GraphQL Playground
Create a node %20(2).png)
- Click new type/input/interface/union/enum/scalar/directive
- Type in the name of the node
- Click enter
Nodes (aside from scalars) need at least one field to be fully created.
Change node name %20(1).png)
- Select the node
- Edit its name like a simple text input
Delete node
To delete a node open the 3 dots menu on top of the active node and click Delete Node:
.png)
Duplicate node
To duplicate a node open the 3 dots menu on top of the active node and click Duplicate Node:
.png)
Create a node field
%20(2).png)
- Select a node
- Click the + button
- Type in the name of the field type or select it
- Click the + button or press enter to submit
After that, the node field will be created with a default name (lowercase first letter type name). To change it, just select the created field and edit it like a simple text input.
List and Non-null type field
.png)
- Select a node
- Click [!]
- Select the desired options
Delete a field
.png)
- Select a node
- Click the 3 dots menu on the desired field.
- Click Delete
Implement Interface
.png)
- Select a node
- Click the {} button
- Select the desired interface
Add directive
.png)
- Select a node
- Click the @ button
- Select the desired directive