Uncodie
Technical DocumentationNo CodeTutorialsChangelogDisccord
No Code
No Code
  • 🏁Getting Stared
    • 🥳Introduction
      • What is Uncodie?
      • App
      • Figma No Code Plugin
        • How to associate your Figma token to Uncodie?
        • How to associate an Uncodie project to figma?
  • 📖Basic Concepts
    • 🧩Components
      • Screen Page
        • Screen Layout
        • Screen Content
      • Table View
        • Table View Header
        • Table View Row
        • Table View Cell
      • Form
        • Text Area
        • Selector
        • Input
        • Button
        • Output
      • HTML components
        • Headers
          • H1
          • H2
          • H3
          • H4
          • H5
        • Title
        • Parragraph
        • List
        • Iframe
        • Video
        • Audio
        • Link
        • Progress
        • Meta
        • Image
        • SVG
      • Advanced
        • Chart
          • Style Personalization
        • Repeat
        • Loading
    • 🎨Appearance
      • Visibility
      • CSS
      • Adaptative Design
      • Responsive Design
    • 🏗️Prototyping
      • Modals
      • Variants
      • Navigation
    • 🔤Variables
    • 💽Data Sources
      • Collections
      • Queries
      • Scripts
    • 🔍Data Binding
    • ⚡Actions
      • Scripts
      • Events
    • 🧑User Management
      • Privacy
    • 🍪SEO and Tracking
      • Capabilities
      • HTML Head Scripts
    • ☁️Publish and Deploy
      • Custom Domains
Powered by GitBook
On this page
  • Overview
  • Setup
  • Search
  • Pagination
  • Pagination by Logged User
  • Pagination by Referencial Key
  • Fitler by ID
  • Mutations
  • Create
  • Update
  • Delete
  • Querie Parameters

Was this helpful?

  1. Basic Concepts
  2. Data Sources

Queries

GraphQL data base interactions

PreviousCollectionsNextScripts

Last updated 1 year ago

Was this helpful?

Overview

The IDE integrates fully functional queries ready to use for your data base collections. Just navigate to the Data Binding section of the IDE and select your collection. For Data Base managent see:

Setup

  1. After creating your data base

  2. Open your figma project

  3. Open Uncodie IDE

  4. Navigate to the Data Binding section

  5. Select your component

  6. Select your Data Source

  7. Select your queries

  8. The Object properties will be available for data bidning in the inherited children

Search

Use this queries to fecth information to populate your screen

Pagination

Returns an Array with the collection matching your search

Pagination by Logged User

Returns an Array with the collection matching your search with the Logged In User in your app

Pagination by Referencial Key

Returns an Array with the collection matching your search by filtering the entries with the relation you set in the querie and parameters

Fitler by ID

Returns an object for the matching ID in the collection

Mutations

Create

Insert Document

Use this queries to create a new entry in your collection by passing the parameters required.

Update

Update Document

Use this queries to update a new entry in your collection by passing the parameters required.

Delete

Delete Document

Use this queries to delete an entry in your collection by passing the parameters required.

Querie Parameters

You can add params to your queries by adding the variables in the Params sub section of the Data Binding section in the IDE

📖
💽
💽Data Sources