Skip to content

No entiendo nada #3866

Closed
Closed
@MamiStyle

Description

@MamiStyle

/**
 * The result of exeution. data is the result of executing the
 * query, errors is null if no errors occurred, and is a
 * non-empty array if an error occurred.
 */
type ExecutionResult = {
  data: ?Object;
  errors?: Array;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions