Skip to content

Commit 4df6781

Browse files
committed
Add identification to scope
In case anyone else wants to add more hooks onto this one...
1 parent 1f813a1 commit 4df6781

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,10 @@ export default function(
132132
}
133133
};
134134
},
135-
{ pgFieldIntrospection: attr }
135+
{
136+
pgFieldIntrospection: attr,
137+
isPostGraphilePluginTimestampFormatField: true
138+
}
136139
),
137140
},
138141
`Adding formatted timestamp field for ${describePgEntity(

0 commit comments

Comments
 (0)