Skip to content
Discussion options

You must be logged in to vote

You can use this for the schema:

{
    "type": "object",
    "properties": { 
        "UserId" : {
            "type": "string"
        },
        "NormalizedUserName" : {
            "type": "string"
        },
        "NormalizedEmail" : {
            "type": "string"
        }
    }
}

With the SQL:

SELECT UserId, NormalizedUserName, NormalizedEmail FROM UserIndex

And then you can test it in the GraphiQL browser. See it in action:

Replies: 5 comments 10 replies

Comment options

You must be logged in to vote
1 reply
@MarGraz
Comment options

Comment options

You must be logged in to vote
4 replies
@MarGraz
Comment options

@MarGraz
Comment options

@Piedone
Comment options

@MarGraz
Comment options

Answer selected by MarGraz
Comment options

You must be logged in to vote
1 reply
@MarGraz
Comment options

Comment options

You must be logged in to vote
1 reply
@MarGraz
Comment options

Comment options

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

@Skrypt
Comment options

@Piedone
Comment options

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