GraphQL.net


Introducing your project

Say more

 1: 
 2: 
 3: 
 4: 
 5: 
 6: 
 7: 
 8: 
 9: 
10: 
11: 
#r "GraphQL/GraphQL.dll"
open GraphQL

printfn "%A" <| Parser.parse """{  
    uri,
    contact {
      phone,
      name
    },
    height
  }"""  

Some more info

namespace GraphQL
val printfn : format:Printf.TextWriterFormat<'T> -> 'T

Full name: Microsoft.FSharp.Core.ExtraTopLevelOperators.printfn
module Parser

from GraphQL
val parse : (string -> AST.Document)

Full name: GraphQL.Parser.parse
Fork me on GitHub