1
0
mirror of synced 2026-01-03 06:04:16 -05:00
Files
docs/content/graphql/reference/unions.md
Rachael Sewell 82306c2664 remove GHES 3.7 markup and static files (#48568)
Co-authored-by: Vanessa <vgrl@github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2024-01-11 19:29:02 +00:00

850 B

title, intro, redirect_from, versions, topics, autogenerated
title intro redirect_from versions topics autogenerated
Unions A union is a type of object representing many objects.
/v4/union
/v4/reference/union
fpt ghec ghes ghae
* * * *
API
graphql

About unions

A union is a type of object representing many objects.

For example, a field marked as an ProjectCardItem could be an Issue or a PullRequest because each of those objects can be inside a project card. Using a union instead of an object gives you flexibility.

For more information, see "AUTOTITLE."