-
Notifications
You must be signed in to change notification settings - Fork 8
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
Thêm GraphQL arguments #17
Comments
Em vừa đọc lại official spec của thằng GraphQL thì thấy em bị nhầm giữa variables và arguments:
{
user(id: 4) {
id
name
profilePic(size: 100)
}
} Nguồn: http://spec.graphql.org/June2018/#sec-Language.Arguments
|
@vu-luong vậy nó còn là issue không em? |
Nó vẫn là issue anh ạ, nhưng chuyển qua thành: thêm GraphQL arguments |
@vu-luong cái này để version sau đúng không em? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hiện tại variables của query mình đang để riêng kiểu json:
Như vậy nếu query kiểu: {query1 query2} nó sẽ dùng chung variables. Em nghĩ mình nên để variable trong câu query luôn:
The text was updated successfully, but these errors were encountered: