Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No entiendo nada #3866

Closed
MamiStyle opened this issue Mar 26, 2023 · 0 comments · Fixed by #3860 or #3857 · May be fixed by #3859 or #3846
Closed

No entiendo nada #3866

MamiStyle opened this issue Mar 26, 2023 · 0 comments · Fixed by #3860 or #3857 · May be fixed by #3859 or #3846

Comments

@MamiStyle
Copy link

/**
 * 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;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment