dgraph
  • Home
  • Tour
  • Community
  • GitHub
Dgraph manual
  • Home
  • GraphQL
    • Overview
    • Quick Start
    • How GraphQL works within Dgraph
    • Schema
      • Overview
      • Reserved Names
      • Types
      • IDs
      • Links in the Graph
      • Search and Filtering
      • The @generate directive
      • Documentation and Comments
      • Deprecation
      • Dgraph Schema Fragment
    • The API
      • Overview
      • Requests and Responses
      • GraphQL Variables
      • GraphQL Fragements
      • Multiple GraphQL Operations in a Request
      • GraphQL Errors
    • Queries
      • Overview
      • Search and Filtering
      • Aggregate Queries
      • Persistent Queries
      • And, Or and Not
      • Cached Results
      • Order and Pagination
      • Cascade
      • Skip and Include
    • Mutations
      • Overview
      • Add
      • Update
      • Delete
      • Deep
    • Subscriptions
    • Custom Resolvers
      • Overview
      • The @custom directive
      • Custom Queries
      • Custom Mutations
      • Custom Fields
      • Custom DQL
    • Lambda Resolvers
      • Overview
      • Lambda Fields
      • Lambda Queries
      • Lambda Mutations
      • Lambda Server
    • Authorization
      • Overview
      • The @auth directive
      • Mutations
    • Todo Tutorial
      • Overview
      • Schema Design
      • Creating a basic UI
      • Auth Rules
      • Using Auth0
      • Deploying on Slash GraphQL
    • Directives
    • Admin
    • GraphQL on Existing Dgraph
  • DQL
    • Get Started
    • Tutorials
    • Query Language
      • DQL Fundamentals
      • Functions
      • Connecting Filters
      • Alias
      • Pagination
      • Count
      • Sorting
      • Multiple Query Blocks
      • Query Variables
      • Value Variables
      • Aggregation
      • Math on value variables
      • GroupBy
      • Expand Predicates
      • Cascade Directive
      • Normalize directive
      • IgnoreReflex directive
      • Debug
      • Schema
      • Type System
      • Facets : Edge attributes
      • Shortest Path Queries
      • Recurse Query
      • Fragments
      • GraphQL Variables
      • Indexing with Custom Tokenizers
    • DQL: Tips and Tricks
    • Mutations
      • Triples
      • Blank Nodes and UID
      • External IDs
      • External IDs and Upsert Block
      • Language and RDF Types
      • Batch mutations
      • Delete
      • Facets in List-type with RDF
      • Mutations using cURL
      • JSON Mutation Format
      • Upsert Block
      • Conditional Upsert
  • Clients
    • Overview
    • Go
    • C#
    • Java
    • JavaScript
    • Python
    • Unofficial Dgraph Clients
    • Raw HTTP
  • Deploy
    • Download
    • Config
    • Cluster Setup
    • Ports Usage
    • Fast Data Loading
      • Overview
      • Bulk Loader
      • Live Loader
    • Single Host Setup
    • Multi Host Setup
    • Using Kubernetes
    • More about Dgraph Alpha
    • More about Dgraph Zero
    • Log Format
    • TLS Configuration
    • Cluster Checklist
    • Ludicrous Mode
    • Monitoring
    • Metrics
    • Tracing
    • Data compression on Disk
    • Dgraph Administration
    • Troubleshooting
    • Production Checklist
  • Enterprise Features
    • Binary Backups
    • Access Control Lists
    • Encryption at Rest
    • License
  • FAQ
  • How To Guides
    • Retrieving Debug Information
    • Using the Debug Tool
    • Using the Dgraph Sentry Integration
    • Using the Increment Tool
    • Giving Nodes a Type
    • Loading CSV Data
    • A Simple Login System
    • Load balancing queries with Nginx
    • Upserts
    • Run Jepsen tests
    • Migrate to Dgraph v1.1
    • Concurrent mutations and conflicts
  • Design Concepts
    • Transactions: FAQ
    • Consistency Model
    • Concepts
    • Minimizing network calls explained
    • RAFT
  • Dgraph compared to other databases
  • Releases
  • Home
  • Community
  • GitHub
Report Issue Edit Page

Mutations

Adding or removing data in Dgraph is called a mutation.

  • Triples
  • Blank Nodes and UID
  • External IDs
  • External IDs and Upsert Block
  • Language and RDF Types
  • Batch mutations
  • Delete
  • Facets in List-type with RDF
  • Mutations using cURL
  • JSON Mutation Format
  • Upsert Block
  • Conditional Upsert
Close