Skip to content

Query don't call to Server #256

Open
@bitsmakerde

Description

@bitsmakerde

i'm using 3.0.0-Beta5 and i get the problem, if i will fetch some data with a query the code don't call the server.

At version 3.0.0-Beta3 its work perfect.

Where is my failure?

data () { return { getUsers: null } }, apollo: { // Apollo specific options getUsers: { query: gqlquery getUsers($filter: FilterTypeUser!) {
getUsers(filter: $filter) {
username
}
}, // Static parameters variables: { filter: {username: "test"} } } }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions