RelayMutationRequest

RelayMutationRequest

RelayMutationRequest encapsulates a mutation that Relay needs to send to the server. They are made available to network layers via the sendMutation method.

Overview

Methods

Methods

getQueryString

getQueryString(): string

Gets a string representation of the GraphQL mutation.

getVariables

getVariables(): {[name: string]: mixed}

Gets the variables used by the mutation. These variables should be serialized and send in the GraphQL request.

getFiles

getFiles(): ?{[key: string]: File}

Gets an optional map from name to File objects.

getID

getID(): string

Gets a unique identifier for this mutation. These identifiers are useful for assigning response payloads to their corresponding mutations when sent in a single GraphQL request.

getDebugName

getDebugName(): string

Gets a string name used to refer to this request for printing debug output.

© 2013–present Facebook Inc.
Licensed under the BSD License.
https://facebook.github.io/relay/docs/interfaces-relay-mutation-request.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部