You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen/schema/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Argument for generateSchema
11
11
-- | Whether the schema should use newtypes. Necessary for circular/recursive schemas
12
12
, useNewtypesForRecords :: Nullable Boolean
13
13
-- | How to map graphQL types to Purescript types. The keys are graphql types and the values are purescript types you want them to be decoded as. Reasonable defaults are provided if you don't specify
-- | Whether the schema should use newtypes. Necessary for circular/recursive schemas
70
70
, useNewtypesForRecords :: Nullable Boolean
71
71
-- | How to map graphQL types to Purescript types. The keys are graphql types and the values are purescript types you want them to be decoded as. Reasonable defaults are provided if you don't specify
0 commit comments