Skip to main content

Create a table using GraphQL Schema Editor

  1. Apart from Visual Data Builder, you may create a table manually using GraphQL Schema Editor. Click on Schema Editor under Versions.

CreateTable1

  1. You can see the previously added tables in GraphQL form here.

CreateTable1

  1. We have added Table2 entry manually.

CreateTable1

  1. Click on Save Changes to save the edit. If there are errors while saving the Schema, remove the errors and click on Save Changes again.

CreateTable1

  1. Click on Visual Builder to see the changes.

CreateTable1

  1. Table2 schema entry gets reflected on the UI.

CreateTable1

  1. If there is a syntax error in the schema, the editor highlights it. Hover over the highlight to get the pop up.

CreateTable1

  1. You may click Peek Problem to get the details of the error.

CreateTable1