File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ Changes the case of the enums. Accepts `upper-case#upperCase`, `pascal-case#pasc
34
34
### scalars (` { [Scalar: string]: keyof Casual.Casual | Casual.functions } ` , defaultValue: ` undefined ` )
35
35
36
36
Allows you to define mappings for your custom scalars. Allows you to map any GraphQL Scalar to a
37
- [ casual] ( https://github.com/boo1ean/casual#embedded-generators ) embedded generator (string or
38
- function key)
37
+ [ casual] ( https://github.com/boo1ean/casual#embedded-generators ) embedded generator (string or
38
+ function key)
39
39
40
40
## Example of usage
41
41
@@ -108,7 +108,7 @@ export const anAvatar = (overrides?: Partial<Avatar>): Avatar => {
108
108
};
109
109
};
110
110
111
- export const aUpdateUserInput = (overrides ? : Partial <UpdateUserInput >): UpdateUserInput => {
111
+ export const anUpdateUserInput = (overrides ? : Partial <UpdateUserInput >): UpdateUserInput => {
112
112
return {
113
113
id: overrides && overrides .hasOwnProperty (' id' ) ? overrides .id ! : ' 1d6a9360-c92b-4660-8e5f-04155047bddc' ,
114
114
login: overrides && overrides .hasOwnProperty (' login' ) ? overrides .login ! : ' qui' ,
You can’t perform that action at this time.
0 commit comments