Skip to content

Instantly share code, notes, and snippets.

@rafaelvicio
Last active April 11, 2019 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaelvicio/9176bf0db5bf9b1858a3040daa3eba42 to your computer and use it in GitHub Desktop.
Save rafaelvicio/9176bf0db5bf9b1858a3040daa3eba42 to your computer and use it in GitHub Desktop.
Ve ai
const mocks = [
{
request: {
query: funnelGQL(),
variables: {
input: {}
}
},
result: {
data: {
metrics: {
totalUsers: 150,
totalKycs: 200,
totalKycsAprroved: 300,
totalKycsPending: 400,
totalKycsBlocked: 500
}
}
}
}
];
const mocks = [
{
request: {
query: funnelGQL(),
variables: {
input: {}
}
},
result: {
data: {
metrics: {
totalUsers: 100,
totalKycs: 200,
totalKycsAprroved: 300,
totalKycsPending: 400,
totalKycsBlocked: 500
}
}
}
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment