Skip to content

type *graphsql.Store[int, int] of store does not match inferred type graph.Store[int, int] for graph.Store[K, T] #4

@rcastellotti

Description

@rcastellotti

Hi, hope you are doing fine

I am experimenting with this module and while running the example provided in the README, I got this error:

type *graphsql.Store[int, int] of store does not match inferred type graph.Store[int, int] for graph.Store[K, T]

I am quite new to go, so I am not entirely sure I understand what is happening, my understanding is the graph.NewWithStore() function expects a graph.Store[K, T] and we are passing a *graphsql.Store[int, int], is this correct? If so, how can we fix?

Thanks a lot for your amazing work, I do appreciate it :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions