You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the last commit we made the query property required. When you work with persisted queries this prop is omitted and a hash is used instead. In the past GraphQL servers would have a separate prop like id, hash or others to provide the query hash. In past discussions we decided that this could be better stored on the extensions map. But for this we need to have query optional whenever extensions is provided.
A public example of storing the hash on extensions is for instance Apollo.
With the last commit we made the query property required. When you work with persisted queries this prop is omitted and a hash is used instead. In the past GraphQL servers would have a separate prop like
id
,hash
or others to provide the query hash. In past discussions we decided that this could be better stored on the extensions map. But for this we need to have query optional whenever extensions is provided.A public example of storing the hash on extensions is for instance Apollo.
@benjie @spawnia
The text was updated successfully, but these errors were encountered: