File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
graphql_client_codegen/src Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11pub ( crate ) const TYPENAME_FIELD : & str = "__typename" ;
22
3- pub ( crate ) const MULTIPLE_SUBSCRIPTION_FIELDS_ERROR : & str = r## "
3+ pub ( crate ) const MULTIPLE_SUBSCRIPTION_FIELDS_ERROR : & str = r"
44Multiple-field queries on the root subscription field are forbidden by the spec.
55
66See: https://github.com/facebook/graphql/blob/master/spec/Section%205%20--%20Validation.md#subscription-operation-definitions
7- "## ;
7+ " ;
88
99/// Error message when a selection set is the root of a query.
10- pub ( crate ) const SELECTION_SET_AT_ROOT : & str = r# "
10+ pub ( crate ) const SELECTION_SET_AT_ROOT : & str = r"
1111Operations in queries must be named.
1212
1313Instead of this:
@@ -33,4 +33,4 @@ query UserRepositories {
3333 }
3434 }
3535}
36- "# ;
36+ " ;
You can’t perform that action at this time.
0 commit comments