3.1.0 • Published 5 years ago

@witherion/types v3.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

erion-types

client

Example in types/index.d.ts

import '@witherion/types'

in your-source.ts

const createUserPostArgs: Erion.CreateUserPostArgs = { ... }
const query = /* GraphQL */`
  query createUserPost(...) {
    createUserPost(...) {
      ...
    }
  }
`
const userPost: Erion.Mutation.createUserPost = (
  await axios.(endpoint, {
    query,
    variables: createUserPostArgs,
  })
).data.createUserPost
const 
3.1.0

5 years ago

3.0.0

5 years ago

2.0.0

5 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.1-0.1-b

6 years ago

1.0.10-b

6 years ago

1.0.10-a

6 years ago

1.0.9-a

6 years ago

1.0.8-a

6 years ago

1.0.7-a

6 years ago

1.0.6-a

6 years ago

1.0.5-a

6 years ago

1.0.4-b

6 years ago

1.0.3-b

6 years ago

1.0.2-b

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago