We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ffaf34 + 5ae5fb4 commit e7c50aeCopy full SHA for e7c50ae
src/Resources/config/default_settings.yaml
@@ -29,6 +29,9 @@ parameters:
29
input_type: DateFieldInput
30
ezemail:
31
value_type: String
32
+ ezuser:
33
+ value_type: String
34
+ value_resolver: 'field.id'
35
ezfloat:
36
definition_type: FloatFieldDefinition
37
value_type: Float
src/Resources/config/graphql/User.types.yaml
@@ -16,14 +16,6 @@ User:
16
type: "Version"
17
description: "Current version metadata"
18
resolve: "@=value.versionInfo"
19
- login:
20
- type: "String"
21
- email:
22
23
- passwordHash:
24
25
- hashAlgorithm:
26
27
enabled:
28
type: "Boolean"
maxLogin:
0 commit comments