Skip to content
Discussion options

You must be logged in to vote

Hmm,
I see, but when I do (from the Studio):

CREATE DOCUMENT TYPE mytype;
CREATE PROPERTY mytype.myprop STRING;
ALTER PROPERTY mytype.myprop CUSTOM meta1 = 'how';
ALTER PROPERTY mytype.myprop CUSTOM meta2 = 'are';
ALTER PROPERTY mytype.myprop CUSTOM meta3 = 'you';

and ask for the schema with SELECT FROM schema:types I get:

{
  "result": {
    "vertices": [],
    "records": [
      {
        "indexes": [],
        "parentTypes": [],
        "custom": [],
        "name": "mytype",
        "type": "document",
        "properties": [
          {
            "custom": [
              {
                "meta1": "how"
              },
              {
                "meta2": "are"
             …

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

gramian
Nov 30, 2022
Collaborator Author

You must be logged in to vote
3 replies
@lvca
Comment options

lvca Nov 30, 2022
Maintainer

@lvca
Comment options

lvca Nov 30, 2022
Maintainer

@lvca
Comment options

lvca Nov 30, 2022
Maintainer

Answer selected by gramian
Comment options

gramian
Dec 8, 2022
Collaborator Author

You must be logged in to vote
2 replies
@lvca
Comment options

lvca Dec 22, 2022
Maintainer

@lvca
Comment options

lvca Dec 22, 2022
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants