Alejandro Valdevila Pérez
Results
2
issues of
Alejandro Valdevila Pérez
I am trying to use the examples mutations in api.md: ` mutation { registerUser(input: { email: "[email protected]", password: "test_password", firstName: "Morgante", lastName: "Pell" }) { ok, user { id, firstName,...
In my current project, we're already using the prop name of `blok`. There's any way in the configuration for changing the prop `attrs` by `blok`? ```vue export default { props:...