-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the relay specific specifications to consider them generic bes…
…t practices and not purely a relay spec (#2603) Summary: Better late than never, roughly a year ago in the GraphQL Working Group 3 we took it on Artsy to start moving the Relay specs to be considered "GraphQL Best Practices" ([link](https://github.com/graphql/graphql-wg/blob/master/notes/2018-02-01.md#discuss-moving-connectionglobal-id-specs-from-relay-into-best-practices-repo)) This starts that, beginning with first minimizing the use of Relay as being the sole client that conforms to the connection and object identifier spec. Main notes: - When referring to relay on the client I switched "Relay" to "Spec-compliant client" or "client" - When referring to relay's compatibility on the server side, I oriented it to just be "spec-compliant" - I mostly left the Mutation input spec alone, now that it's only for Relay classic and is close to being removed completely from Relay #2349 - This is step one, once this is merged then I'd like to move both object identification and connection to be on the graphql repos instead of relay and I can handle link updating etc Happy to change wording etc /cc leebyron in case you don't watch this repo too closely. Pull Request resolved: #2603 Reviewed By: josephsavona Differential Revision: D19071019 Pulled By: jstejada fbshipit-source-id: cf5a7dfb93cfd565d4f178a51cdff7cd0caec1a0
- Loading branch information
1 parent
b4e7e43
commit 0cd681e
Showing
7 changed files
with
69 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.