Exemplo n.º 1
0
 public bool GuidField() => GenericTests.GuidField(CreateDefaultContext());
Exemplo n.º 2
0
 public bool GuidParameter() => GenericTests.GuidParameter(CreateDefaultContext());
Exemplo n.º 3
0
 public bool AliasOneField() => GenericTests.AliasOneField(CreateDefaultContext());
Exemplo n.º 4
0
 public bool NullPropagation() => GenericTests.NullPropagation(CreateDefaultContext());
Exemplo n.º 5
0
 public static bool FragementWithMultiLevelInheritance() => GenericTests.FragementWithMultiLevelInheritance(CreateDefaultContext());
Exemplo n.º 6
0
 public static bool InlineFragementWithoutTypenameFieldWithoutOtherFields() => GenericTests.InlineFragementWithoutTypenameFieldWithoutOtherFields(CreateDefaultContext());
Exemplo n.º 7
0
 public bool TypeName() => GenericTests.TypeName(CreateDefaultContext());
Exemplo n.º 8
0
 public static bool InlineFragements() => GenericTests.InlineFragements(CreateDefaultContext());
Exemplo n.º 9
0
 public bool NestedEntityList() => GenericTests.NestedEntityList(CreateDefaultContext());
Exemplo n.º 10
0
 public bool PostFieldSubQuery() => GenericTests.PostFieldSubQuery(CreateDefaultContext());
Exemplo n.º 11
0
 public bool List() => GenericTests.List(CreateDefaultContext());
Exemplo n.º 12
0
 public bool CustomFieldSubQueryUsingContext() => GenericTests.CustomFieldSubQueryUsingContext(CreateDefaultContext());
Exemplo n.º 13
0
 public bool NoUserQueryReturnsNull() => GenericTests.NoUserQueryReturnsNull(CreateDefaultContext());
Exemplo n.º 14
0
 public bool EnumFieldQuery() => GenericTests.EnumFieldQuery(CreateDefaultContext());
Exemplo n.º 15
0
 public bool DateTimeFilter() => GenericTests.DateTimeFilter(CreateDefaultContext());
Exemplo n.º 16
0
 public bool ByteArrayParameter() => GenericTests.ByteArrayParameter(CreateDefaultContext());
Exemplo n.º 17
0
 public bool EnumerableSubField() => GenericTests.EnumerableSubField(CreateDefaultContext());
Exemplo n.º 18
0
 public static bool InlineFragementWithListField() => GenericTests.InlineFragementWithListField(CreateDefaultContext());
Exemplo n.º 19
0
 public bool SimpleMutation() => GenericTests.SimpleMutation(CreateDefaultContext());
Exemplo n.º 20
0
 public static bool FragementWithoutTypenameField() => GenericTests.FragementWithoutTypenameField(CreateDefaultContext());
Exemplo n.º 21
0
 public bool MutationWithReturn() => GenericTests.MutationWithReturn(CreateDefaultContext());
Exemplo n.º 22
0
 public static bool FragementWithMultipleTypenameFieldsMixedWithInlineFragment() => GenericTests.FragementWithMultipleTypenameFieldsMixedWithInlineFragment(CreateDefaultContext());
Exemplo n.º 23
0
 public bool LookupSingleEntity() => GenericTests.LookupSingleEntity(CreateDefaultContext());