Graphql-dotnet: Nullable types

Created on 26 Sep 2017  路  4Comments  路  Source: graphql-dotnet/graphql-dotnet

How to retrieve nullable types?

question

Most helpful comment

nullable: true great thanks, mate. Cheers!

All 4 comments

Can you be more specific? Perhaps post your question on stackoverflow?

Lets say I have a model class as follows.

public class Model
{
public int id{get; set;}
public Datetime? CreatedOn{get; set;}
}

how do we fetch this date field?

Thanks,

Here are the docs on how to use this library.

http://graphql-dotnet.github.io/graphql-dotnet/

nullable: true great thanks, mate. Cheers!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wendelnascimento picture wendelnascimento  路  3Comments

mahald picture mahald  路  4Comments

Walid-Abdulrazik picture Walid-Abdulrazik  路  3Comments

thivy picture thivy  路  3Comments

tcetin picture tcetin  路  3Comments