Skip to content

Commit 0692ff0

Browse files
committed
update schema
1 parent d0a9481 commit 0692ff0

File tree

2 files changed

+27
-28
lines changed

2 files changed

+27
-28
lines changed

backend/infrahub/core/node/standard.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def get_uuid(self) -> UUID:
7070
raise InitializationError("The root node has not been initialized with a uuid")
7171

7272
async def to_graphql(self, fields: dict) -> dict:
73-
print(fields)
7473
response: dict[str, Any] = {"id": self.uuid}
7574

7675
for field_name in fields.keys():

schema/schema.graphql

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ type AnyAttribute implements AttributeInterface {
8080
permissions: PermissionType
8181
source: LineageSource
8282
"""
83-
Date/Time when the attribute or relationship was last modified by a user or a system task
83+
Date/Time when the attribute was last modified by a user or a system task
8484
"""
8585
updated_at: DateTime
86-
"""UUID of the user that last modified the attribute or relationship"""
86+
"""User that last modified the attribute"""
8787
updated_by: String
8888
value: GenericScalar
8989
}
@@ -571,10 +571,10 @@ type CheckboxAttribute implements AttributeInterface {
571571
permissions: PermissionType
572572
source: LineageSource
573573
"""
574-
Date/Time when the attribute or relationship was last modified by a user or a system task
574+
Date/Time when the attribute was last modified by a user or a system task
575575
"""
576576
updated_at: DateTime
577-
"""UUID of the user that last modified the attribute or relationship"""
577+
"""User that last modified the attribute"""
578578
updated_by: String
579579
value: Boolean
580580
}
@@ -6537,10 +6537,10 @@ type Dropdown implements AttributeInterface {
65376537
permissions: PermissionType
65386538
source: LineageSource
65396539
"""
6540-
Date/Time when the attribute or relationship was last modified by a user or a system task
6540+
Date/Time when the attribute was last modified by a user or a system task
65416541
"""
65426542
updated_at: DateTime
6543-
"""UUID of the user that last modified the attribute or relationship"""
6543+
"""User that last modified the attribute"""
65446544
updated_by: String
65456545
value: String
65466546
}
@@ -7167,10 +7167,10 @@ type IPHost implements AttributeInterface {
71677167
prefixlen: Int
71687168
source: LineageSource
71697169
"""
7170-
Date/Time when the attribute or relationship was last modified by a user or a system task
7170+
Date/Time when the attribute was last modified by a user or a system task
71717171
"""
71727172
updated_at: DateTime
7173-
"""UUID of the user that last modified the attribute or relationship"""
7173+
"""User that last modified the attribute"""
71747174
updated_by: String
71757175
value: String
71767176
version: Int
@@ -7195,10 +7195,10 @@ type IPNetwork implements AttributeInterface {
71957195
prefixlen: Int
71967196
source: LineageSource
71977197
"""
7198-
Date/Time when the attribute or relationship was last modified by a user or a system task
7198+
Date/Time when the attribute was last modified by a user or a system task
71997199
"""
72007200
updated_at: DateTime
7201-
"""UUID of the user that last modified the attribute or relationship"""
7201+
"""User that last modified the attribute"""
72027202
updated_by: String
72037203
value: String
72047204
version: Int
@@ -7594,10 +7594,10 @@ type JSONAttribute implements AttributeInterface {
75947594
permissions: PermissionType
75957595
source: LineageSource
75967596
"""
7597-
Date/Time when the attribute or relationship was last modified by a user or a system task
7597+
Date/Time when the attribute was last modified by a user or a system task
75987598
"""
75997599
updated_at: DateTime
7600-
"""UUID of the user that last modified the attribute or relationship"""
7600+
"""User that last modified the attribute"""
76017601
updated_by: String
76027602
value: GenericScalar
76037603
}
@@ -7649,10 +7649,10 @@ type ListAttribute implements AttributeInterface {
76497649
permissions: PermissionType
76507650
source: LineageSource
76517651
"""
7652-
Date/Time when the attribute or relationship was last modified by a user or a system task
7652+
Date/Time when the attribute was last modified by a user or a system task
76537653
"""
76547654
updated_at: DateTime
7655-
"""UUID of the user that last modified the attribute or relationship"""
7655+
"""User that last modified the attribute"""
76567656
updated_by: String
76577657
value: GenericScalar
76587658
}
@@ -7699,10 +7699,10 @@ type MacAddress implements AttributeInterface {
76997699
"""Format used by PostgreSQL"""
77007700
split_notation: String
77017701
"""
7702-
Date/Time when the attribute or relationship was last modified by a user or a system task
7702+
Date/Time when the attribute was last modified by a user or a system task
77037703
"""
77047704
updated_at: DateTime
7705-
"""UUID of the user that last modified the attribute or relationship"""
7705+
"""User that last modified the attribute"""
77067706
updated_by: String
77077707
value: String
77087708
version: Int
@@ -9587,7 +9587,7 @@ type NonRequiredBooleanValueField {
95879587
Date/Time when the attribute or relationship was last modified by a user or a system task
95889588
"""
95899589
updated_at: DateTime
9590-
"""UUID of the user that last modified the attribute or relationship"""
9590+
"""User that last modified the attribute or relationship"""
95919591
updated_by: String
95929592
value: Boolean
95939593
}
@@ -9597,7 +9597,7 @@ type NonRequiredIntValueField {
95979597
Date/Time when the attribute or relationship was last modified by a user or a system task
95989598
"""
95999599
updated_at: DateTime
9600-
"""UUID of the user that last modified the attribute or relationship"""
9600+
"""User that last modified the attribute or relationship"""
96019601
updated_by: String
96029602
value: Int
96039603
}
@@ -9607,7 +9607,7 @@ type NonRequiredStringValueField {
96079607
Date/Time when the attribute or relationship was last modified by a user or a system task
96089608
"""
96099609
updated_at: DateTime
9610-
"""UUID of the user that last modified the attribute or relationship"""
9610+
"""User that last modified the attribute or relationship"""
96119611
updated_by: String
96129612
value: String
96139613
}
@@ -9624,10 +9624,10 @@ type NumberAttribute implements AttributeInterface {
96249624
permissions: PermissionType
96259625
source: LineageSource
96269626
"""
9627-
Date/Time when the attribute or relationship was last modified by a user or a system task
9627+
Date/Time when the attribute was last modified by a user or a system task
96289628
"""
96299629
updated_at: DateTime
9630-
"""UUID of the user that last modified the attribute or relationship"""
9630+
"""User that last modified the attribute"""
96319631
updated_by: String
96329632
value: BigInt
96339633
}
@@ -11098,10 +11098,10 @@ type Relationship {
1109811098
identifier: String
1109911099
peers: [RelationshipPeer!]
1110011100
"""
11101-
Date/Time when the attribute or relationship was last modified by a user or a system task
11101+
Date/Time when the relationship was last modified by a user or a system task
1110211102
"""
1110311103
updated_at: DateTime
11104-
"""UUID of the user that last modified the attribute or relationship"""
11104+
"""User that last modified the relationship"""
1110511105
updated_by: String
1110611106
}
1110711107

@@ -11156,7 +11156,7 @@ type RequiredStringValueField {
1115611156
Date/Time when the attribute or relationship was last modified by a user or a system task
1115711157
"""
1115811158
updated_at: DateTime
11159-
"""UUID of the user that last modified the attribute or relationship"""
11159+
"""User that last modified the attribute or relationship"""
1116011160
updated_by: String
1116111161
value: String!
1116211162
}
@@ -11259,7 +11259,7 @@ type StatusField {
1125911259
Date/Time when the attribute or relationship was last modified by a user or a system task
1126011260
"""
1126111261
updated_at: DateTime
11262-
"""UUID of the user that last modified the attribute or relationship"""
11262+
"""User that last modified the attribute or relationship"""
1126311263
updated_by: String
1126411264
value: BranchStatus!
1126511265
}
@@ -11353,10 +11353,10 @@ type TextAttribute implements AttributeInterface {
1135311353
permissions: PermissionType
1135411354
source: LineageSource
1135511355
"""
11356-
Date/Time when the attribute or relationship was last modified by a user or a system task
11356+
Date/Time when the attribute was last modified by a user or a system task
1135711357
"""
1135811358
updated_at: DateTime
11359-
"""UUID of the user that last modified the attribute or relationship"""
11359+
"""User that last modified the attribute"""
1136011360
updated_by: String
1136111361
value: String
1136211362
}

0 commit comments

Comments
 (0)