deep-foundation / deep-foundation/dev

Rename GQL_URN to DEEPLINKS_GQL_PATH, and GQL_SSL to DEEPLINKS_GQL_SSL across all repositories

Open
#176 1 comment 0 reactions 1 assignee Claimed by @konard View on GitHub
bug
Dominant language
TypeScript
Stars
20
Forks
18
PR merge metrics
No merged PRs in 30d

Description

URN is for books and standards. To use for for GQL path/url is just wrong.

https://stackoverflow.com/questions/57446486/name-of-the-portion-of-a-url-that-follows-the-scheme
https://stackoverflow.com/a/38204721/710069
https://www.rfc-editor.org/rfc/rfc3986#section-4.2

![Screenshot_20231012_225832](https://github.com/deep-foundation/dev/assets/1431904/f7532444-9dba-4f00-9528-2a707c298cbd)

The closest idea is relative reference of URL, but it contains `//` which we don't use in GQL_URN env.

Other variations:
```
UriWithoutSchema
UrlWithoutSchema
AuthorityWithPath

SCHEMELESS_URL
```

And may be we should use even better way to do it: https://github.com/deep-foundation/hasura/issues/15 (this way may be optional)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.