800 add example with graphql #841
Open
Annotations
10 warnings
examples/GraphQLServerSimulator/Contracts/User.cs#L10
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
examples/GraphQLServerSimulator/Contracts/User.cs#L7
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
examples/GraphQLServerSimulator/Contracts/User.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
examples/GraphQLServerSimulator/Contracts/Role.cs#L7
Non-nullable property 'Users' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
examples/GraphQLServerSimulator/Contracts/Role.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
examples/GraphQLServerSimulator/Contracts/User.cs#L10
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
examples/GraphQLServerSimulator/Contracts/User.cs#L7
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
examples/GraphQLServerSimulator/Contracts/User.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
examples/GraphQLServerSimulator/Contracts/Role.cs#L7
Non-nullable property 'Users' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
examples/GraphQLServerSimulator/Contracts/Role.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading